Searched refs:declaredAnnotation (Results 1 – 1 of 1) sorted by relevance
4364 for (Annotation declaredAnnotation : getDeclaredAnnotations()) { in getAnnotations()4365 map.put(declaredAnnotation.annotationType(), declaredAnnotation); in getAnnotations() local4368 for (Annotation declaredAnnotation : sup.getDeclaredAnnotations()) { in getAnnotations()4369 Class<? extends Annotation> clazz = declaredAnnotation.annotationType(); in getAnnotations()4371 map.put(clazz, declaredAnnotation); in getAnnotations()