/external/guice/core/src/com/google/inject/internal/ |
D | Annotations.java | 57 public static boolean isMarker(Class<? extends Annotation> annotationType) { in isMarker() 61 public static boolean isAllDefaultMethods(Class<? extends Annotation> annotationType) { in isAllDefaultMethods() 87 public static <T extends Annotation> T generateAnnotation(Class<T> annotationType) { in generateAnnotation() 89 isAllDefaultMethods(annotationType), "%s is not all default methods", annotationType); in generateAnnotation() local 93 private static <T extends Annotation> T generateAnnotationImpl(final Class<T> annotationType) { in generateAnnotationImpl()
|
D | ScopeBindingProcessor.java | 40 Class<? extends Annotation> annotationType = in visit() local
|
D | UniqueAnnotations.java | 48 public Class<? extends Annotation> annotationType() { in create() method in UniqueAnnotations
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | SimpleAnnotationMirror.java | 38 private final TypeElement annotationType; field in SimpleAnnotationMirror 43 TypeElement annotationType, Map<String, ? extends AnnotationValue> namedValues) { in SimpleAnnotationMirror() 47 annotationType); in SimpleAnnotationMirror() local 54 annotationType, in SimpleAnnotationMirror() local 92 public static AnnotationMirror of(TypeElement annotationType) { in of() 104 TypeElement annotationType, Map<String, ? extends AnnotationValue> namedValues) { in of()
|
/external/auto/common/src/main/java/com/google/auto/common/ |
D | SimpleAnnotationMirror.java | 45 private final TypeElement annotationType; field in SimpleAnnotationMirror 50 TypeElement annotationType, Map<String, ? extends AnnotationValue> namedValues) { in SimpleAnnotationMirror() 54 annotationType); in SimpleAnnotationMirror() local 72 annotationType, in SimpleAnnotationMirror() local 89 public static AnnotationMirror of(TypeElement annotationType) { in of() 99 TypeElement annotationType, Map<String, ? extends AnnotationValue> namedValues) { in of()
|
/external/guava/android/guava/src/com/google/common/reflect/ |
D | Parameter.java | 59 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() 65 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { in getAnnotation() 82 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { in getAnnotationsByType() 96 public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationType) { in getDeclaredAnnotation() 103 public <A extends Annotation> A[] getDeclaredAnnotationsByType(Class<A> annotationType) { in getDeclaredAnnotationsByType()
|
/external/guava/guava/src/com/google/common/reflect/ |
D | Parameter.java | 66 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() 71 public <A extends Annotation> @Nullable A getAnnotation(Class<A> annotationType) { in getAnnotation() 89 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { in getAnnotationsByType() 103 public <A extends Annotation> @Nullable A getDeclaredAnnotation(Class<A> annotationType) { in getDeclaredAnnotation() 111 public <A extends Annotation> A[] getDeclaredAnnotationsByType(Class<A> annotationType) { in getDeclaredAnnotationsByType()
|
/external/guice/core/src/com/google/inject/ |
D | Key.java | 72 protected Key(Class<? extends Annotation> annotationType) { in Key() 218 public static <T> Key<T> get(Class<T> type, Class<? extends Annotation> annotationType) { in get() 233 public static Key<?> get(Type type, Class<? extends Annotation> annotationType) { in get() 249 TypeLiteral<T> typeLiteral, Class<? extends Annotation> annotationType) { in get() 316 Class<? extends Annotation> annotationType = annotation.annotationType(); in strategyFor() local 328 static AnnotationStrategy strategyFor(Class<? extends Annotation> annotationType) { in strategyFor() 340 private static void ensureRetainedAtRuntime(Class<? extends Annotation> annotationType) { in ensureRetainedAtRuntime() 347 private static void ensureIsBindingAnnotation(Class<? extends Annotation> annotationType) { in ensureIsBindingAnnotation() 435 final Class<? extends Annotation> annotationType; field in Key.AnnotationTypeStrategy 440 AnnotationTypeStrategy(Class<? extends Annotation> annotationType, Annotation annotation) { in AnnotationTypeStrategy()
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | AnnotationCreatorGenerator.java | 91 public ClassName nameGeneratedType(TypeElement annotationType) { in nameGeneratedType() 96 public Element originatingElement(TypeElement annotationType) { in originatingElement() 101 public Optional<TypeSpec.Builder> write(TypeElement annotationType) { in write()
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryModuleBuilder.java | 263 Class<T> source, Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement() 270 Class<? extends Annotation> annotationType, in implement() 278 Class<? extends Annotation> annotationType, in implement() 286 Class<? extends Annotation> annotationType, in implement()
|
/external/guice/core/src/com/google/inject/spi/ |
D | ScopeBinding.java | 39 private final Class<? extends Annotation> annotationType; field in ScopeBinding 42 ScopeBinding(Object source, Class<? extends Annotation> annotationType, Scope scope) { in ScopeBinding()
|
/external/proguard/src/proguard/ |
D | ClassSpecification.java | 38 public final String annotationType; field in ClassSpecification 110 String annotationType, in ClassSpecification() 159 String annotationType, in ClassSpecification()
|
D | MemberSpecification.java | 34 public final String annotationType; field in MemberSpecification 73 String annotationType, in MemberSpecification()
|
/external/junit/src/main/java/org/junit/experimental/theories/ |
D | ParameterSignature.java | 102 public <T extends Annotation> T findDeepAnnotation(Class<T> annotationType) { in findDeepAnnotation() 108 Annotation[] annotations, Class<T> annotationType, int depth) { in findDeepAnnotation() 126 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { in getAnnotation()
|
/external/turbine/java/com/google/turbine/processing/ |
D | TurbineAnnotationProxy.java | 44 ModelFactory factory, Class<A> annotationType, AnnoInfo anno) { in create() 59 private final Class<?> annotationType; field in TurbineAnnotationProxy 63 ModelFactory factory, ClassLoader loader, Class<?> annotationType, AnnoInfo anno) { in TurbineAnnotationProxy()
|
/external/testng/src/main/java/org/testng/xml/ |
D | SuiteGenerator.java | 24 Map<String, String> parameters, String annotationType, int logLevel) { in createSuite() 60 Map<String, String> parameters, String annotationType, int logLevel) { in createCustomizedSuite() argument
|
D | LaunchSuite.java | 127 final String annotationType) in CustomizedSuite() 247 final String annotationType, in MethodsSuite() 301 final String annotationType, in ClassesAndMethodsSuite() 378 final String annotationType, in ClassListSuite()
|
/external/guice/core/src/com/google/inject/multibindings/ |
D | Multibinder.java | 125 Binder binder, TypeLiteral<T> type, Class<? extends Annotation> annotationType) { in newSetBinder() 144 Binder binder, Class<T> type, Class<? extends Annotation> annotationType) { in newSetBinder()
|
D | MapBinder.java | 142 Class<? extends Annotation> annotationType) { in newMapBinder() 155 Class<? extends Annotation> annotationType) { in newMapBinder()
|
/external/junit/src/main/java/org/junit/runners/model/ |
D | Annotatable.java | 19 <T extends Annotation> T getAnnotation(Class<T> annotationType); in getAnnotation()
|
/external/guice/core/src/com/google/inject/binder/ |
D | AnnotatedElementBuilder.java | 30 void annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith()
|
D | AnnotatedBindingBuilder.java | 29 LinkedBindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith()
|
D | AnnotatedConstantBindingBuilder.java | 29 ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith()
|
/external/guice/core/src/com/google/inject/matcher/ |
D | Matchers.java | 97 private static void checkForRuntimeRetention(Class<? extends Annotation> annotationType) { in checkForRuntimeRetention() 107 final Class<? extends Annotation> annotationType) { in annotatedWith() 113 private final Class<? extends Annotation> annotationType; field in Matchers.AnnotatedWithType 115 public AnnotatedWithType(Class<? extends Annotation> annotationType) { in AnnotatedWithType()
|
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/ |
D | Validator.java | 29 final protected TypeElement annotationType; field in Validator 62 …alidator(RobolectricModel.Builder modelBuilder, ProcessingEnvironment env, String annotationType) { in Validator()
|