Home
last modified time | relevance | path

Searched defs:annotationType (Results 1 – 25 of 108) sorted by relevance

12345

/external/guice/core/src/com/google/inject/internal/
DAnnotations.java59 public static boolean isMarker(Class<? extends Annotation> annotationType) { in isMarker()
63 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()
DScopeBindingProcessor.java40 …Class<? extends Annotation> annotationType = checkNotNull(command.getAnnotationType(), "annotation… in visit() local
DUniqueAnnotations.java48 public Class<? extends Annotation> annotationType() { in create() method in UniqueAnnotations
DInheritingState.java88 public ScopeBinding getScopeBinding(Class<? extends Annotation> annotationType) { in getScopeBinding()
93 public void putScopeBinding(Class<? extends Annotation> annotationType, ScopeBinding scope) { in putScopeBinding()
/external/guava/guava/src/com/google/common/reflect/
DParameter.java65 @Override public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent()
71 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { in getAnnotation()
89 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { in getAnnotationsByType()
106 public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationType) { in getDeclaredAnnotation()
119 getDeclaredAnnotationsByType(Class<A> annotationType) { in getDeclaredAnnotationsByType()
/external/annotation-tools/scene-lib/src/annotations/el/
DDefException.java18 public final String annotationType; field in DefException
20 DefException(String annotationType) { in DefException()
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryModuleBuilder.java273 Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement()
281 Class<? extends Annotation> annotationType, TypeLiteral<? extends T> target) { in implement()
289 Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement()
297 Class<? extends Annotation> annotationType, TypeLiteral<? extends T> target) { in implement()
/external/proguard/src/proguard/
DClassSpecification.java38 public final String annotationType; field in ClassSpecification
110 String annotationType, in ClassSpecification()
159 String annotationType, in ClassSpecification()
DMemberSpecification.java34 public final String annotationType; field in MemberSpecification
73 String annotationType, in MemberSpecification()
/external/guice/core/src/com/google/inject/spi/
DScopeBinding.java39 private final Class<? extends Annotation> annotationType; field in ScopeBinding
42 ScopeBinding(Object source, Class<? extends Annotation> annotationType, Scope scope) { in ScopeBinding()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DComponentDescriptor.java79 private final Class<? extends Annotation> annotationType; field in ComponentDescriptor.Kind
103 Class<? extends Annotation> annotationType, in Kind()
111 Class<? extends Annotation> annotationType() { in annotationType() method in ComponentDescriptor.Kind
/external/junit/src/main/java/org/junit/experimental/theories/
DParameterSignature.java102 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/testng/src/main/java/org/testng/xml/
DSuiteGenerator.java24 Map<String, String> parameters, String annotationType, int logLevel) { in createSuite()
60 Map<String, String> parameters, String annotationType, int logLevel) { in createCustomizedSuite() argument
DLaunchSuite.java127 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/extensions/multibindings/src/com/google/inject/multibindings/
DRealElement.java62 @Override public Class<? extends Annotation> annotationType() { in annotationType() method in RealElement
95 Class<? extends Annotation> annotationType = key.getAnnotationType(); in nameOf() local
/external/guice/core/src/com/google/inject/matcher/
DMatchers.java97 Class<? extends Annotation> annotationType) { in checkForRuntimeRetention()
108 final Class<? extends Annotation> annotationType) { in annotatedWith()
114 private final Class<? extends Annotation> annotationType; field in Matchers.AnnotatedWithType
116 public AnnotatedWithType(Class<? extends Annotation> annotationType) { in AnnotatedWithType()
/external/junit/src/main/java/org/junit/runners/model/
DAnnotatable.java19 <T extends Annotation> T getAnnotation(Class<T> annotationType); in getAnnotation()
/external/guice/core/src/com/google/inject/binder/
DAnnotatedElementBuilder.java32 void annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith()
DAnnotatedBindingBuilder.java32 Class<? extends Annotation> annotationType); in annotatedWith()
DAnnotatedConstantBindingBuilder.java32 Class<? extends Annotation> annotationType); in annotatedWith()
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DValidator.java28 final protected TypeElement annotationType; field in Validator
60 public Validator(RobolectricModel model, ProcessingEnvironment env, String annotationType) { in Validator()
/external/guice/core/src/com/google/inject/name/
DNamedImpl.java54 public Class<? extends Annotation> annotationType() { in annotationType() method in NamedImpl
/external/junit-params/src/main/java/junitparams/internal/annotation/
DFrameworkMethodAnnotations.java27 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { in getAnnotation()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DAbstractAnnotatedMethodFilter.java31 protected AbstractAnnotatedMethodFilter(final String annotationType) { in AbstractAnnotatedMethodFilter()
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DThrowingProviderBinder.java146 private Class<? extends Annotation> annotationType; field in ThrowingProviderBinder.SecondaryBinder
171 public SecondaryBinder<P, T> annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith()

12345