Home
last modified time | relevance | path

Searched defs:getAnnotation (Results 1 – 24 of 24) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DAnnotatedElement.annotated.java38 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getAnnotation(@libcore.… in getAnnotation() method
DAccessibleObject.annotated.java42 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getAnnotation(@libcore.… in getAnnotation() method in AccessibleObject
DExecutable.annotated.java64 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getAnnotation(@libcore.… in getAnnotation() method in Executable
DConstructor.annotated.java68 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getAnnotation(@libcore.… in getAnnotation() method in Constructor
DParameter.annotated.java59 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getAnnotation(@libcore.… in getAnnotation() method in Parameter
DMethod.annotated.java78 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getAnnotation(@libcore.… in getAnnotation() method in Method
DField.annotated.java94 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getAnnotation(@libcore.… in getAnnotation() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java268 <T extends Annotation> T getAnnotation(Class<T> annotationClass); in getAnnotation() method
DAccessibleObject.java200 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in AccessibleObject
DMethod.java493 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in Method
DConstructor.java382 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in Constructor
DParameter.java275 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in Parameter
DField.java895 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in Field
DExecutable.java538 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in Executable
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DAccessibleObject.java56 public <T extends java.lang.annotation.Annotation> T getAnnotation( in getAnnotation() method in AccessibleObject
DParameter.java94 public <T extends java.lang.annotation.Annotation> T getAnnotation( in getAnnotation() method in Parameter
DConstructor.java134 public <T extends java.lang.annotation.Annotation> T getAnnotation( in getAnnotation() method in Constructor
DField.java145 public <T extends java.lang.annotation.Annotation> T getAnnotation( in getAnnotation() method in Field
DExecutable.java130 public <T extends java.lang.annotation.Annotation> T getAnnotation( in getAnnotation() method in Executable
/libcore/ojluni/src/main/java/java/lang/
DPackage.java402 public <A extends Annotation> A getAnnotation(Class<A> annotationClass) { in getAnnotation() method in Package
DClass.java2521 public <A extends Annotation> A getAnnotation(Class<A> annotationClass) { in getAnnotation() method in Class
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java161 @libcore.util.Nullable public <A extends java.lang.annotation.Annotation> A getAnnotation(@libcore.… in getAnnotation() method in Class
/libcore/ojluni/annotations/mmodule/java/lang/
DClass.annotated.java170 public <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationCla… in getAnnotation() method in Class
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java362 public <A extends java.lang.annotation.Annotation> A getAnnotation( in getAnnotation() method in Class