Package java.lang.annotation
Annotation Type Retention
-
@Retention(RUNTIME) public @interface Retention
Defines a meta-annotation for determining the scope of retention for an annotation. If the retention annotation is not setRetentionPolicy.CLASS
is used as default retention.- Since:
- 1.5
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description RetentionPolicy
value
-
-
-
Element Detail
-
value
RetentionPolicy value
-
-