Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java72 A annotation = getDeclaredAnnotation(c, annotationType); in getAnnotation() local
535 com.android.dex.Annotation annotation = null; in getAnnotationReader() local
626 com.android.dex.Annotation annotation = annotationIn.readAnnotation(); in annotationSetToAnnotations() local
640 Class<A> annotationClass, com.android.dex.Annotation annotation) { in toAnnotationInstance()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DAnnotationsTest.java391 Class<? extends Annotation> annotation) { in assertPresent()