Searched refs:declaredAnnotation (Results 1 – 1 of 1) sorted by relevance
4262 for (Annotation declaredAnnotation : getDeclaredAnnotations()) { in getAnnotations()4263 map.put(declaredAnnotation.annotationType(), declaredAnnotation); in getAnnotations() local4266 for (Annotation declaredAnnotation : sup.getDeclaredAnnotations()) { in getAnnotations()4267 Class<? extends Annotation> clazz = declaredAnnotation.annotationType(); in getAnnotations()4269 map.put(clazz, declaredAnnotation); in getAnnotations()