Home
last modified time | relevance | path

Searched refs:getSupportedAnnotationTypeElements (Results 1 – 1 of 1) sorted by relevance

/external/auto/common/src/main/java/com/google/auto/common/
DBasicAnnotationProcessor.java162 private ImmutableSet<TypeElement> getSupportedAnnotationTypeElements() { in getSupportedAnnotationTypeElements() method in BasicAnnotationProcessor
165 .flatMap(step -> getSupportedAnnotationTypeElements(step).stream()) in getSupportedAnnotationTypeElements()
169 private ImmutableSet<TypeElement> getSupportedAnnotationTypeElements(Step step) { in getSupportedAnnotationTypeElements() method in BasicAnnotationProcessor
219 ImmutableSet<TypeElement> annotationTypes = getSupportedAnnotationTypeElements(step); in process()
274 getSupportedAnnotationTypeElements(), in validElements()
290 for (TypeElement annotationType : getSupportedAnnotationTypeElements()) { in validElements()