Home
last modified time | relevance | path

Searched refs:AnnotatedElements (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java32 import libcore.reflect.AnnotatedElements;
344 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass); in getAnnotationsByType()
428 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass); in getDeclaredAnnotationsByType()
DParameter.java32 import libcore.reflect.AnnotatedElements;
292 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass); in getAnnotationsByType()
DField.java33 import libcore.reflect.AnnotatedElements;
921 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass); in getAnnotationsByType()
DExecutable.java32 import libcore.reflect.AnnotatedElements;
555 return AnnotatedElements.getDirectOrIndirectAnnotationsByType(this, annotationClass); in getAnnotationsByType()
/libcore/luni/src/main/java/libcore/reflect/
DAnnotatedElements.java33 public final class AnnotatedElements { class
155 private AnnotatedElements() { in AnnotatedElements() method in AnnotatedElements
/libcore/
Dnon_openjdk_java_files.bp381 "luni/src/main/java/libcore/reflect/AnnotatedElements.java",