Files
kotlin/compiler/testData/loadJava/annotation/AnnotatedAnnotation.java
Natalia.Ukhorskaya 19221e3ba6 JavaDescriptorResolver: Add resolve for annotation parameters (array, annotation, enum)
Temporary change testData for LoadJavaTest because enums in parameters of annotations in kotlin files is now unsupported
2012-08-30 10:56:33 +04:00

7 lines
156 B
Java

package test;
//@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS)
@AnnotatedAnnotation
public @interface AnnotatedAnnotation {
}