Searched defs:getAnnotation (Results 1 - 25 of 56) sorted by relevance

123

/external/guice/core/src/com/google/inject/spi/
H A DProvidesMethodBinding.java49 Annotation getAnnotation(); method in interface:ProvidesMethodBinding
/external/junit/src/main/java/org/junit/runners/model/
H A DAnnotatable.java19 <T extends Annotation> T getAnnotation(Class<T> annotationType); method in interface:Annotatable
H A DFrameworkField.java34 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:FrameworkField
35 return field.getAnnotation(annotationType);
H A DFrameworkMethod.java194 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:FrameworkMethod
195 return method.getAnnotation(annotationType);
H A DTestClass.java218 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:TestClass
222 return clazz.getAnnotation(annotationType);
/external/junit-params/src/main/java/junitparams/internal/annotation/
H A DFrameworkMethodAnnotations.java27 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:FrameworkMethodAnnotations
28 return frameworkMethod.getAnnotation(annotationType);
32 return getAnnotation(annotation) != null;
40 CustomParameters customParameters = frameworkMethod.getAnnotation(CustomParameters.class);
46 customParameters = annotation.annotationType().getAnnotation(CustomParameters.class);
/external/vogar/src/vogar/target/junit/
H A DVogarBlockJUnit4ClassRunner.java136 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:VogarBlockJUnit4ClassRunner.MissingFrameworkMethod
/external/guava/guava/src/com/google/common/reflect/
H A DParameter.java66 return getAnnotation(annotationType) != null;
71 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { method in class:Parameter
H A DElement.java56 @Override public final <A extends Annotation> A getAnnotation(Class<A> annotationClass) { method in class:Element
57 return accessibleObject.getAnnotation(annotationClass);
/external/guice/core/src/com/google/inject/
H A DKey.java182 public final Annotation getAnnotation() { method in class:Key
183 return annotationStrategy.getAnnotation();
191 Annotation annotation = annotationStrategy.getAnnotation();
356 Annotation getAnnotation(); method in interface:Key.AnnotationStrategy
418 public Annotation getAnnotation() { method in class:Key.NullAnnotationStrategy
448 public Annotation getAnnotation() { method in class:Key.AnnotationInstanceStrategy
495 public Annotation getAnnotation() { method in class:Key.AnnotationTypeStrategy
/external/guice/core/src/com/google/inject/internal/
H A DProviderMethod.java143 public Annotation getAnnotation() { method in class:ProviderMethod
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationImpl.java115 public Annotation getAnnotation() { method in class:AnnotationImpl
/external/junit/src/main/java/org/junit/experimental/theories/
H A DParameterSignature.java99 return getAnnotation(type) != null;
126 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:ParameterSignature
/external/junit-params/src/main/java/junitparams/internal/
H A DTestMethod.java100 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:TestMethod
101 return frameworkMethodAnnotations.getAnnotation(annotationType);
/external/javassist/src/main/javassist/
H A DCtMember.java33 public Object getAnnotation(Class clz) method in class:CtMember.Cache
227 public abstract Object getAnnotation(Class clz) throws ClassNotFoundException; method in class:CtMember
H A DCtBehavior.java178 public Object getAnnotation(Class clz) throws ClassNotFoundException { method in class:CtBehavior
H A DCtField.java271 public Object getAnnotation(Class clz) throws ClassNotFoundException { method in class:CtField
H A DCtClass.java501 public Object getAnnotation(Class clz) throws ClassNotFoundException { method in class:CtClass
H A DCtClassType.java472 public Object getAnnotation(Class clz) throws ClassNotFoundException { method in class:CtClassType
/external/junit/src/main/java/org/junit/runner/
H A DDescription.java259 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:Description
/external/javassist/src/main/javassist/bytecode/
H A DAnnotationsAttribute.java48 * Annotation an = attr.getAnnotation("Author");
182 public Annotation getAnnotation(String type) { method in class:AnnotationsAttribute
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp217 const char *CodeCompletionString::getAnnotation(unsigned AnnotationNr) const { function in class:CodeCompletionString
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java346 public ClassInfo getAnnotation(String annotationName) { method in class:PackageInfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 485 milliseconds

123