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