blob: 25e8ba739639761fd797b52b238fdc3c48045400 [file] [log] [blame]
package java.lang.annotation;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.ANNOTATION_TYPE)
public @interface Retention {
RetentionPolicy value();
}