Lines Matching refs:annotation
17 package android.annotation;
19 import static java.lang.annotation.ElementType.CONSTRUCTOR;
20 import static java.lang.annotation.ElementType.FIELD;
21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
22 import static java.lang.annotation.ElementType.METHOD;
23 import static java.lang.annotation.ElementType.PACKAGE;
24 import static java.lang.annotation.ElementType.PARAMETER;
25 import static java.lang.annotation.ElementType.TYPE;
26 import static java.lang.annotation.RetentionPolicy.SOURCE;
28 import java.lang.annotation.Retention;
29 import java.lang.annotation.Target;