Searched defs:unfoldedAnnotations (Results 1 – 1 of 1) sorted by relevance
81 ArrayList<T> unfoldedAnnotations = new ArrayList<T>(); in getDeclaredAnnotationsByType() local109 Class<T> annotationClass, ArrayList<T> unfoldedAnnotations) { in insertAnnotationValues()