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