AbstractAspectJAdvisorFactory uses AnnotationUtils.getValue
This commit is contained in:
@@ -1370,6 +1370,9 @@ public abstract class AnnotationUtils {
|
||||
ReflectionUtils.makeAccessible(method);
|
||||
return method.invoke(annotation);
|
||||
}
|
||||
catch (NoSuchMethodException ex) {
|
||||
return null;
|
||||
}
|
||||
catch (InvocationTargetException ex) {
|
||||
rethrowAnnotationConfigurationException(ex.getTargetException());
|
||||
throw new IllegalStateException(
|
||||
|
||||
Reference in New Issue
Block a user