Searched refs:nestedAnnotations (Results 1 – 1 of 1) sorted by relevance
117 T[] nestedAnnotations; in insertAnnotationValues() local119 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()