Home | History | Annotate | Download | only in annotation

Lines Matching defs:annotation

16 package androidx.annotation;
18 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
21 import static java.lang.annotation.ElementType.METHOD;
22 import static java.lang.annotation.ElementType.PACKAGE;
23 import static java.lang.annotation.ElementType.PARAMETER;
24 import static java.lang.annotation.RetentionPolicy.CLASS;
26 import java.lang.annotation.Documented;
27 import java.lang.annotation.Retention;
28 import java.lang.annotation.Target;
33 * This is a marker annotation and it has no specific attributes.