blob: b69fa7d6544e86c84faa3bece155fb30ff46e347 [file]
package java.lang.annotation;
public enum RetentionPolicy {
CLASS,
SOURCE,
RUNTIME
}