JavaDescriptorResolver: resolve annotation annotated by self

This commit is contained in:
Stepan Koltsov
2012-04-19 14:05:38 +04:00
parent 4272e50d67
commit cd8e275cf4
5 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
package test;
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS)
@AnnotatedAnnotation
@interface AnnotatedAnnotation {
}