Searched refs:declaredAnnotation (Results 1 – 1 of 1) sorted by relevance
4354 for (Annotation declaredAnnotation : getDeclaredAnnotations()) { in getAnnotations()4355 map.put(declaredAnnotation.annotationType(), declaredAnnotation); in getAnnotations() local4358 for (Annotation declaredAnnotation : sup.getDeclaredAnnotations()) { in getAnnotations()4359 Class<? extends Annotation> clazz = declaredAnnotation.annotationType(); in getAnnotations()4361 map.put(clazz, declaredAnnotation); in getAnnotations()