Searched refs:getSupportedAnnotationTypeElements (Results 1 – 1 of 1) sorted by relevance
162 private ImmutableSet<TypeElement> getSupportedAnnotationTypeElements() { in getSupportedAnnotationTypeElements() method in BasicAnnotationProcessor165 .flatMap(step -> getSupportedAnnotationTypeElements(step).stream()) in getSupportedAnnotationTypeElements()169 private ImmutableSet<TypeElement> getSupportedAnnotationTypeElements(Step step) { in getSupportedAnnotationTypeElements() method in BasicAnnotationProcessor219 ImmutableSet<TypeElement> annotationTypes = getSupportedAnnotationTypeElements(step); in process()274 getSupportedAnnotationTypeElements(), in validElements()290 for (TypeElement annotationType : getSupportedAnnotationTypeElements()) { in validElements()