import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; @B(77) public @interface A { int value(); }