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