@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Retention
RetentionPolicy| Modifier and Type | Required Element and Description |
|---|---|
RetentionPolicy |
value
The value holds the lifetime of the annotation.
|
public abstract RetentionPolicy value