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