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