Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotatedElements.java117 T[] nestedAnnotations; in insertAnnotationValues() local
119 nestedAnnotations = (T[])valuesMethod.invoke(annotation); // Safe because of #getMethod. in insertAnnotationValues()
124 for (int i = 0; i < nestedAnnotations.length; ++i) { in insertAnnotationValues()
125 unfoldedAnnotations.add(nestedAnnotations[i]); in insertAnnotationValues()