File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
spring-core/src/test/java/org/springframework/core/type Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -286,8 +286,7 @@ public static abstract class WithMetaAnnotation {
286
286
}
287
287
288
288
@ Retention (RetentionPolicy .RUNTIME )
289
- // Must be public. See AnnotationAttributesReadingVisitor.recursivelyCollectMetaAnnotations().
290
- public @interface DirectAnnotation {
289
+ @interface DirectAnnotation {
291
290
}
292
291
293
292
@ DirectAnnotation
@@ -323,8 +322,7 @@ public static abstract class WithMetaAnnotationAttributes {
323
322
}
324
323
325
324
@ Retention (RetentionPolicy .RUNTIME )
326
- // Must be public. See AnnotationAttributesReadingVisitor.recursivelyCollectMetaAnnotations().
327
- public @interface AnnotationAttributes {
325
+ @interface AnnotationAttributes {
328
326
329
327
String name ();
330
328
You can’t perform that action at this time.
0 commit comments