Searched defs:getAnnotations (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DAccessibleObject.java179 public Annotation[] getAnnotations() { method in class:AccessibleObject
H A DAnnotatedElement.java102 Annotation[] getAnnotations(); method in interface:AnnotatedElement
/libcore/libart/src/main/java/java/lang/reflect/
H A DAbstractMethod.java211 public Annotation[] getAnnotations() { method in class:AbstractMethod
212 return super.getAnnotations();
/libcore/ojluni/src/main/java/java/lang/
H A DPackage.java414 public Annotation[] getAnnotations() { method in class:Package
415 return getPackageInfo().getAnnotations();
H A DClass.java2395 @Override public Annotation[] getAnnotations() { method in class:Class
2431 * @see #getAnnotations()

Completed in 27 milliseconds