Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/reflect/
DAnnotatedElement.java58 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/libcore/libart/src/main/java/java/lang/reflect/
DAccessibleObject.java98 @Override public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in AccessibleObject
DConstructor.java188 @Override public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Constructor
DMethod.java292 @Override public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Method
DAbstractMethod.java174 @Override public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in AbstractMethod
DField.java233 @Override public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Field
/libcore/luni/src/main/java/java/lang/
DPackage.java110 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Package
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java159 public static List<Annotation> getDeclaredAnnotations(AnnotatedElement element) { in getDeclaredAnnotations() method in AnnotationAccess
/libcore/libart/src/main/java/java/lang/
DClass.java864 @Override public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Class