Consistent use of logIntrospectionFailure

Issue: SPR-12325
master
Juergen Hoeller 10 years ago
parent 8325b10080
commit 47dde91763
  1. 2
      spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java

@ -355,7 +355,7 @@ public abstract class AnnotationUtils {
}
catch (Exception ex) {
// Assuming nested Class values not resolvable within annotation attributes...
// We're probably hitting a non-present optional arrangement - let's back out.
logIntrospectionFailure(clazz, ex);
return null;
}

Loading…
Cancel
Save