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

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DAnnotatedElement.java43 * {@link #getAnnotations()} and {@link #getDeclaredAnnotations()} can be affected
109 * <tr><td align=right>{@code Annotation[]}</td><td>{@link #getAnnotations getAnnotations()}
281 Annotation[] getAnnotations(); method in interface:AnnotatedElement
H A DAccessibleObject.java193 public Annotation[] getAnnotations() { method in class:AccessibleObject
H A DParameter.java315 // getAnnotations.
322 public Annotation[] getAnnotations() { method in class:Parameter
/libcore/ojluni/src/main/java/java/lang/
H A DPackage.java428 public Annotation[] getAnnotations() { method in class:Package
429 return getPackageInfo().getAnnotations();
H A DClass.java2558 public Annotation[] getAnnotations() { method in class:Class

Completed in 10 milliseconds