Searched refs:declaredAnnotation (Results 1 – 1 of 1) sorted by relevance
2585 for (Annotation declaredAnnotation : getDeclaredAnnotations()) { in getAnnotations()2586 map.put(declaredAnnotation.annotationType(), declaredAnnotation); in getAnnotations() local2589 for (Annotation declaredAnnotation : sup.getDeclaredAnnotations()) { in getAnnotations()2590 Class<? extends Annotation> clazz = declaredAnnotation.annotationType(); in getAnnotations()2592 map.put(clazz, declaredAnnotation); in getAnnotations()