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

12

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstAnnotation.java93 public Annotation getAnnotation() { method in class:CstAnnotation
/external/guava/guava/src/com/google/common/reflect/
H A DParameter.java65 return getAnnotation(annotationType) != null;
70 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/junit/src/org/junit/experimental/theories/
H A DParameterSignature.java60 return getAnnotation(type) != null;
84 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:ParameterSignature
/external/junit/src/org/junit/runners/model/
H A DFrameworkMethod.java153 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:FrameworkMethod
154 return fMethod.getAnnotation(annotationType);
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationImpl.java115 public Annotation getAnnotation() { method in class:AnnotationImpl
/external/junit/src/org/junit/runner/
H A DDescription.java184 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { method in class:Description
/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/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/skia/include/core/
H A DSkPaint.h662 SkAnnotation* getAnnotation() const { return fAnnotation; } function in class:SkPaint
669 SK_ATTR_DEPRECATED("use getAnnotation and check for non-null")
670 bool isNoDrawAnnotation() const { return this->getAnnotation() != NULL; }
/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 ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.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/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/vogar/lib/
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 7103 milliseconds

12