Package java.lang.annotation
Annotation Type Target
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface Target
Defines a meta-annotation for determining what
ElementTypes an
annotation can be applied to.- Since:
- 1.5
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ElementType[]value
-
Element Details
-
value
ElementType[] value
-