Searched refs:getDirectOrIndirectAnnotationsByType (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DAnnotatedElement.java324 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass);
405 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass);
H A DParameter.java288 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass);
H A DField.java860 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass);
H A DExecutable.java549 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass);
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotatedElements.java42 public static <T extends Annotation> T[] getDirectOrIndirectAnnotationsByType( method in class:AnnotatedElements

Completed in 460 milliseconds