Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java30 import libcore.reflect.AnnotatedElements;
124 return AnnotatedElements.getDeclaredAnnotation(this, annotationClass); in getDeclaredAnnotation()
134 return AnnotatedElements.getDeclaredAnnotationsByType(this, annotationClass); in getDeclaredAnnotationsByType()
144 return AnnotatedElements.getAnnotationsByType(this, annotationClass); in getAnnotationsByType()
DAccessibleObject.java33 import libcore.reflect.AnnotatedElements;
/libcore/luni/src/main/java/libcore/reflect/
DAnnotatedElements.java33 public final class AnnotatedElements { class
214 private AnnotatedElements() { in AnnotatedElements() method in AnnotatedElements
/libcore/
Dnon_openjdk_java_files.mk394 luni/src/main/java/libcore/reflect/AnnotatedElements.java \