{
throw new IllegalStateException("producer method called without @ConfigProperty being present!");
}
String configuredValue;
String defaultValue = configProperty.defaultValue();
configuredValue = getPropertyValue(configProperty.name(), defaultValue);
return configuredValue;
}