Home
last modified time | relevance | path

Searched refs:declAnnos (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DRecordComponent.java231 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
232 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()