blob: f81a84c4d44424174a0e2a668d8dd8259a3fda2f [file] [log] [blame]
package annotations.tests.classfile.foo;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@java.lang.annotation.Target(java.lang.annotation.ElementType.TYPE_USE)
public @interface A {
}