@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Retention
RetentionPolicy.CLASS
.
A Retention meta-annotation has effect only if the meta-annotated type is used directly for annotation. It has no effect if the meta-annotated type is used as a member type in another annotation type.
Modifier and Type | Required Element and Description |
---|---|
RetentionPolicy |
value
Returns the retention policy.
|
public abstract RetentionPolicy value