Home
last modified time | relevance | path

Searched defs:getDeclaredAnnotation (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DAnnotatedElement.annotated.java44 …able public default <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation(@libcore.u… in getDeclaredAnnotation() method
DAccessibleObject.annotated.java50 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation(@… in getDeclaredAnnotation() method in AccessibleObject
/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java351 default <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation() method
DAccessibleObject.java235 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation() method in AccessibleObject
DParameter.java305 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation() method in Parameter
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DAccessibleObject.java75 public <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation( in getDeclaredAnnotation() method in AccessibleObject
DParameter.java113 public <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation( in getDeclaredAnnotation() method in Parameter
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java167 …extends java.lang.annotation.Annotation> @libcore.util.Nullable A getDeclaredAnnotation(@libcore.u… in getDeclaredAnnotation() method in Class
/libcore/ojluni/src/main/java/java/lang/
DPackage.java437 public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass) { in getDeclaredAnnotation() method in Package
/libcore/ojluni/annotations/mmodule/java/lang/
DClass.annotated.java181 public native <A extends java.lang.annotation.Annotation> A getDeclaredAnnotation(java.lang.Class<A… in getDeclaredAnnotation() method in Class
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java381 public native <A extends java.lang.annotation.Annotation> A getDeclaredAnnotation( in getDeclaredAnnotation() method in Class