Searched refs:accumulatedAnnotations (Results 1 – 2 of 2) sorted by relevance
82 final List<ParameterAnnotationEntry> accumulatedAnnotations = new ArrayList<>(attrs.length); in createParameterAnnotationEntries() local86 … Collections.addAll(accumulatedAnnotations, runtimeAnnotations.getParameterAnnotationEntries()); in createParameterAnnotationEntries()89 …return accumulatedAnnotations.toArray(new ParameterAnnotationEntry[accumulatedAnnotations.size()]); in createParameterAnnotationEntries()
159 final List<AnnotationEntry> accumulatedAnnotations = new ArrayList<>(attrs.length); in createAnnotationEntries() local163 … Collections.addAll(accumulatedAnnotations, runtimeAnnotations.getAnnotationEntries()); in createAnnotationEntries()166 return accumulatedAnnotations.toArray(new AnnotationEntry[accumulatedAnnotations.size()]); in createAnnotationEntries()