Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/reflect/
DAnnotatedElement.java58 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
DMethod.java266 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Method
269 static native Annotation[] getDeclaredAnnotations(Class<?> declaringClass, int slot); in getDeclaredAnnotations() method in Method
DAccessibleObject.java132 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in AccessibleObject
DConstructor.java202 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Constructor
DField.java203 @Override public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Field
206 private static native Annotation[] getDeclaredAnnotations(Class declaringClass, int slot); in getDeclaredAnnotations() method in Field
/libcore/luni/src/main/java/java/lang/
DPackage.java104 public Annotation[] getDeclaredAnnotations() { in getDeclaredAnnotations() method in Package
DClass.java511 native public Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method in Class