Searched refs:annotationGenObjs (Results 1 – 1 of 1) sorted by relevance
171 final List<AnnotationEntryGen> annotationGenObjs = new ArrayList<>(); in unpackAnnotations() local178 annotationGenObjs.add(new AnnotationEntryGen(a, in unpackAnnotations()188 annotationGenObjs.add(new AnnotationEntryGen(a, in unpackAnnotations()193 return annotationGenObjs.toArray(new AnnotationEntryGen[annotationGenObjs.size()]); in unpackAnnotations()