Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java111 for (Annotation declaredAnnotation : getDeclaredAnnotations(c)) { in getAnnotations()
112 map.put(declaredAnnotation.annotationType(), declaredAnnotation); in getAnnotations() local
115 for (Annotation declaredAnnotation : getDeclaredAnnotations(sup)) { in getAnnotations()
116 Class<? extends Annotation> clazz = declaredAnnotation.annotationType(); in getAnnotations()
118 map.put(clazz, declaredAnnotation); in getAnnotations()