Searched refs:declaredAnnotation (Results 1 – 1 of 1) sorted by relevance
2408 for (Annotation declaredAnnotation : getDeclaredAnnotations()) { in getAnnotations()2409 map.put(declaredAnnotation.annotationType(), declaredAnnotation); in getAnnotations() local2412 for (Annotation declaredAnnotation : sup.getDeclaredAnnotations()) { in getAnnotations()2413 Class<? extends Annotation> clazz = declaredAnnotation.annotationType(); in getAnnotations()2415 map.put(clazz, declaredAnnotation); in getAnnotations()