AbstractAspectJAdvisorFactory uses AnnotationUtils.getValue
This commit is contained in:
@@ -1417,6 +1417,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