}
}
private Method findConfigurationListenerMethod( Object configurationObject, Object listener ) {
for( Method method : listener.getClass().getMethods() ) {
PropertyConfigurationListener methodListener = method.getAnnotation( PropertyConfigurationListener.class );
if( methodListener == null ) {
continue;
}