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