Searched refs:declAnnos (Results 1 – 1 of 1) sorted by relevance
231 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local232 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()234 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()252 declAnnos = new HashMap<>(annotations.length); in declaredAnnotations()254 declAnnos.put(a.annotationType(), a); in declaredAnnotations()256 declaredAnnotations = declAnnos; in declaredAnnotations()260 return declAnnos; in declaredAnnotations()