File
Doc
Category
Size
Date
Package
Retention.java
API Doc
Android 1.5 API
1302
Wed May 06 22:41:02 BST 2009
java.lang.annotation
Retention
public class Retention
Defines a meta-annotation for determining the scope of retention for an annotation. If the retention annotation is not set {@code RetentionPolicy.CLASS} is used as default retention.
since
Android 1.0
Fields Summary
Constructors Summary
Methods Summary
java.lang.annotation.RetentionPolicy
value
()
Java Code Source