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