Searched refs:annotation (Results 1 – 25 of 183) sorted by relevance
12345678
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;
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.PARAMETER;21 import static java.lang.annotation.ElementType.PACKAGE;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;
16 package androidx.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 androidx.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.Retention;27 import java.lang.annotation.Target;
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.PARAMETER;23 import static java.lang.annotation.RetentionPolicy.CLASS;25 import java.lang.annotation.Retention;26 import java.lang.annotation.Target;
16 package androidx.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.Retention;25 import java.lang.annotation.Target;
16 package androidx.annotation;18 import static java.lang.annotation.ElementType.CONSTRUCTOR;19 import static java.lang.annotation.ElementType.METHOD;20 import static java.lang.annotation.ElementType.PARAMETER;21 import static java.lang.annotation.ElementType.TYPE;22 import static java.lang.annotation.RetentionPolicy.CLASS;24 import java.lang.annotation.Retention;25 import java.lang.annotation.Target;
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.PARAMETER;21 import static java.lang.annotation.ElementType.TYPE_USE;22 import static java.lang.annotation.RetentionPolicy.CLASS;24 import java.lang.annotation.Retention;25 import java.lang.annotation.Target;
16 package android.annotation;18 import static java.lang.annotation.ElementType.FIELD;19 import static java.lang.annotation.ElementType.METHOD;20 import static java.lang.annotation.ElementType.PARAMETER;21 import static java.lang.annotation.ElementType.TYPE_USE;22 import static java.lang.annotation.RetentionPolicy.CLASS;24 import java.lang.annotation.Retention;25 import java.lang.annotation.Target;