import java.lang.annotation.Target; import java.lang.annotation.ElementType; @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.TYPE, ElementType.ANNOTATION_TYPE}) @interface A {}