|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Retention
This annotation is used to specify the desired lifetime of another annotation.
RetentionPolicy
Required Element Summary | |
---|---|
RetentionPolicy |
value
The value holds the lifetime of the annotation. |
Element Detail |
---|
public abstract RetentionPolicy value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |