blob: 1826f297a151820e29bded11ed0779f3c42ae6da [file] [log] [blame]
package java.lang.annotation;
import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.*;
@Documented
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
public @interface Documented {
}