Searched refs:annotation (Results 1 – 25 of 105) sorted by relevance
12345
19 import java.lang.annotation.ElementType;20 import java.lang.annotation.Retention;21 import java.lang.annotation.RetentionPolicy;22 import java.lang.annotation.Target;
21 import java.lang.annotation.Annotation;76 for (Annotation annotation : field.getAnnotations()) { in inject()77 if (annotation.annotationType().equals(InjectView.class)) { in inject()80 int idValue = InjectView.class.cast(annotation).value(); in inject()
4 annotated with the @IntDef annotation (android.annotations.IntDef) or5 the @StringDef annotation (android.annotations.StringDef).12 annotation classes, since these are not needed (or desirable) in the
20 import android.test.suitebuilder.annotation.MediumTest;21 import android.test.suitebuilder.annotation.SmallTest;
27 import android.test.suitebuilder.annotation.MediumTest;28 import android.test.suitebuilder.annotation.SmallTest;
22 import android.support.annotation.NonNull;23 import android.support.annotation.Nullable;
19 import android.annotation.SuppressLint;21 import android.support.annotation.NonNull;22 import android.support.annotation.Nullable;
23 import android.support.annotation.Nullable;
19 import android.annotation.TargetApi;
22 import android.support.annotation.LayoutRes;23 import android.support.annotation.Nullable;
21 import android.support.annotation.Nullable;
22 import android.support.annotation.Nullable;
28 import android.support.annotation.ColorRes;29 import android.support.annotation.StringRes;
20 import android.test.suitebuilder.annotation.SmallTest;
19 import android.support.annotation.Nullable;
6 import android.support.annotation.NonNull;
23 import android.test.suitebuilder.annotation.SmallTest;
100 (3) Public annotation methods are not listed103 and "implements java.lang.annotation.Annotation". It is not possible104 to verify that a method call on an annotation is valid.107 to be an annotation (extends Object, implements Annotation, defines no173 Another example is the Dalvik annotation classes, like174 dalvik.annotation.InnerClass. These are emitted by "dx", and referenced