blob: 09017761bd1850a13ec69624a906051cf2818258 [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 E {
int fieldA();
/*@A*/ String fieldB();
}