Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java284 <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
DRecordComponent.java223 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in RecordComponent
DMethod.java493 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in Method
DParameter.java275 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in Parameter
DConstructor.java382 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in Constructor
DField.java904 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/sdk/nullability/java/lang/reflect/
DRecordComponent.annotated.java44 public <T extends java.lang.annotation.Annotation> @libcore.util.Nullable T getAnnotation(@libcore.… in getAnnotation() method in RecordComponent
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/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
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java162 @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.java360 public <A extends java.lang.annotation.Annotation> A getAnnotation( in getAnnotation() method in Class

12