method.getDeclaringClass() );
return createMethodProperty( method, propertyAnnotation,
propertyName, explicit, ignore );
}
} else if( explicit ) {
throw new InvalidPropertyException(
propertyName == null ? methodName : propertyName,
method.getDeclaringClass(), errorMessage );
}
}
return null;