return property;
}
private Object checkNested(Properties properties, Class<?> returnType, String propertyPath) throws ConfigurationException {
if (returnType.isInterface()) {
Configuration configuration = returnType.getAnnotation(Configuration.class);
if (configuration != null) {
logger.debug(Messages.getString("found.nested.configuration.pcls.path.pstr"), returnType.getCanonicalName(), propertyPath);
return getConfiguration(returnType, properties, propertyPath);