We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3597879 commit d40d2ffCopy full SHA for d40d2ff
spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java
@@ -1738,7 +1738,7 @@ static Class<? extends Annotation> resolveContainerAnnotationType(Class<? extend
1738
try {
1739
Annotation repeatable = getAnnotation(annotationType, REPEATABLE_CLASS_NAME);
1740
if (repeatable != null) {
1741
- Object value = AnnotationUtils.getValue(repeatable);
+ Object value = getValue(repeatable);
1742
return (Class<? extends Annotation>) value;
1743
}
1744
0 commit comments