Home | History | Annotate | Download | only in annotation

Lines Matching defs:annotation

16 package androidx.annotation;
18 import static java.lang.annotation.ElementType.FIELD;
19 import static java.lang.annotation.ElementType.METHOD;
20 import static java.lang.annotation.ElementType.PACKAGE;
21 import static java.lang.annotation.ElementType.PARAMETER;
22 import static java.lang.annotation.ElementType.TYPE_PARAMETER;
23 import static java.lang.annotation.ElementType.TYPE_USE;
24 import static java.lang.annotation.RetentionPolicy.CLASS;
26 import java.lang.annotation.Retention;
27 import java.lang.annotation.Target;
29 /** Stub only annotation. Do not use directly. */