Processor@AutoService(javax.annotation.processing.Processor.class) public final class Processor extends AbstractProcessor
processingEnv| Constructor | Description |
|---|---|
Processor() |
| Modifier and Type | Method | Description |
|---|---|---|
Set<String> |
getSupportedAnnotationTypes() |
|
SourceVersion |
getSupportedSourceVersion() |
|
void |
init(ProcessingEnvironment process) |
|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment round) |
getCompletions, getSupportedOptions, isInitializedpublic Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in interface ProcessorgetSupportedAnnotationTypes in class AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic void init(ProcessingEnvironment process)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment round)
process in interface Processorprocess in class AbstractProcessorCopyright © 2018. All rights reserved.