mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
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