JavaDescriptorResolver: resolve annotation annotated by self
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS)
|
||||
@AnnotatedAnnotation
|
||||
@interface AnnotatedAnnotation {
|
||||
}
|
||||
Reference in New Issue
Block a user