Searched refs:annotation (Results 1 – 25 of 3107) sorted by relevance
12345678910>>...125
16 package android.support.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;[all …]
16 package android.support.annotation;18 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.METHOD;22 import static java.lang.annotation.ElementType.PACKAGE;23 import static java.lang.annotation.ElementType.TYPE;24 import static java.lang.annotation.RetentionPolicy.CLASS;26 import java.lang.annotation.Retention;27 import java.lang.annotation.Target;
17 package android.support.annotation;19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;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.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;
16 package android.support.annotation;18 import static java.lang.annotation.ElementType.FIELD;19 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;20 import static java.lang.annotation.ElementType.METHOD;21 import static java.lang.annotation.ElementType.PARAMETER;22 import static java.lang.annotation.RetentionPolicy.CLASS;24 import java.lang.annotation.Documented;25 import java.lang.annotation.Retention;26 import java.lang.annotation.Target;
17 package android.annotation;19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;20 import static java.lang.annotation.ElementType.CONSTRUCTOR;21 import static java.lang.annotation.ElementType.FIELD;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PACKAGE;24 import static java.lang.annotation.ElementType.TYPE;26 import java.lang.annotation.Retention;27 import java.lang.annotation.RetentionPolicy;28 import java.lang.annotation.Target;
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.PARAMETER;24 import static java.lang.annotation.ElementType.TYPE;25 import static java.lang.annotation.RetentionPolicy.SOURCE;27 import java.lang.annotation.Retention;28 import java.lang.annotation.Target;
16 package android.annotation;18 import static java.lang.annotation.ElementType.CONSTRUCTOR;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.PARAMETER;23 import static java.lang.annotation.ElementType.TYPE;25 import java.lang.annotation.Retention;26 import java.lang.annotation.RetentionPolicy;27 import java.lang.annotation.Target;
17 package android.annotation;19 import java.lang.annotation.Documented;20 import java.lang.annotation.Retention;21 import java.lang.annotation.Target;23 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;24 import static java.lang.annotation.ElementType.FIELD;25 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;26 import static java.lang.annotation.ElementType.METHOD;27 import static java.lang.annotation.ElementType.PARAMETER;28 import static java.lang.annotation.RetentionPolicy.SOURCE;