Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
e80787d4364868ca19f514f01006bfbd660db00a
/
.
/
othersrc
/
JCLMin1.8
/
src
/
java
/
lang
/
annotation
/
Retention.java
blob: 20211a9f25a2383ff2e01da9fdd3bd8b8c372b96 [
file
] [
log
] [
blame
]
package
java
.
lang
.
annotation
;
@Documented
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
(
ElementType
.
ANNOTATION_TYPE
)
public
@interface
Retention
{
RetentionPolicy
value
();
}