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