Searched refs:declaredAnnotation (Results 1 – 1 of 1) sorted by relevance
111 for (Annotation declaredAnnotation : getDeclaredAnnotations(c)) { in getAnnotations()112 map.put(declaredAnnotation.annotationType(), declaredAnnotation); in getAnnotations() local115 for (Annotation declaredAnnotation : getDeclaredAnnotations(sup)) { in getAnnotations()116 Class<? extends Annotation> clazz = declaredAnnotation.annotationType(); in getAnnotations()118 map.put(clazz, declaredAnnotation); in getAnnotations()