Consistent use of logIntrospectionFailure

Issue: SPR-12325
This commit is contained in:
Juergen Hoeller
2014-10-21 12:16:51 +02:00
parent 8325b10080
commit 47dde91763

View File

@@ -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;
}