Home
last modified time | relevance | path

Searched defs:getDeclaredAnnotations (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java115 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
DAccessibleObject.java186 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in AccessibleObject
DConstructor.java496 @Override public native Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method in Constructor
DField.java863 @Override public native Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method in Field
/libcore/libart/src/main/java/java/lang/reflect/
DAbstractMethod.java200 @Override public native Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method in AbstractMethod
/libcore/ojluni/src/main/java/java/lang/
DPackage.java439 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Package
DClass.java2433 @Override public native Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method in Class