import java.lang.annotation.Retention; import static java.lang.annotation.RetentionPolicy.SOURCE; @Retention(value=SOURCE) @interface SAnnotation {}