public interface Processor
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Completion> |
getCompletions(Element element,
AnnotationMirror annotationMirror,
ExecutableElement executableElement,
String s) |
Set<String> |
getSupportedAnnotationTypes() |
Set<String> |
getSupportedOptions() |
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment processingEnvironment) |
boolean |
process(Set<? extends TypeElement> typeElements,
RoundEnvironment roundEnvironment) |
boolean process(Set<? extends TypeElement> typeElements, RoundEnvironment roundEnvironment)
Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotationMirror, ExecutableElement executableElement, String s)
SourceVersion getSupportedSourceVersion()
void init(ProcessingEnvironment processingEnvironment)
Copyright © 2016. All rights reserved.