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 6102715 commit 5d0700bCopy full SHA for 5d0700b
spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java
@@ -126,6 +126,9 @@ public abstract class AnnotationUtils {
126
private static final Map<Class<?>, Set<Method>> annotatedBaseTypeCache =
127
new ConcurrentReferenceHashMap<>(256);
128
129
+ @Deprecated // just here for older tool versions trying to reflectively clear the cache
130
+ private static final Map<Class<?>, ?> annotatedInterfaceCache = annotatedBaseTypeCache;
131
+
132
private static final Map<Class<? extends Annotation>, Boolean> synthesizableCache =
133
134
0 commit comments