@SupportedAnnotationTypes(value="*") @SupportedSourceVersion(value=RELEASE_8) public class PrintingProcessor extends AbstractProcessor
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
static class |
PrintingProcessor.PrintingElementVisitor
Used for the -Xprint option and called by Elements.printElements
|
processingEnv
Constructor and Description |
---|
PrintingProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
process(Set<? extends TypeElement> tes,
RoundEnvironment renv) |
void |
setWriter(Writer w) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
public void setWriter(Writer w)
public boolean process(Set<? extends TypeElement> tes, RoundEnvironment renv)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2017 earcam. All rights reserved.