Searched refs:nestedAnnotationElements (Results 1 – 2 of 2) sorted by relevance
64 Set<XTypeElement> nestedAnnotationElements = super.annotationsToCreate(annotationElement); in annotationsToCreate() local65 nestedAnnotationElements.remove(annotationElement); in annotationsToCreate()66 return nestedAnnotationElements; in annotationsToCreate()
142 return nestedAnnotationElements(annotationElement, new LinkedHashSet<>()); in annotationsToCreate()146 private static Set<XTypeElement> nestedAnnotationElements( in nestedAnnotationElements() method in AnnotationCreatorGenerator158 nestedAnnotationElements(maybeAnnotationType, annotationElements); in nestedAnnotationElements()