Processor@AutoService(javax.annotation.processing.Processor.class) public class AutoAnnotationProcessor extends AbstractProcessor
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AutoAnnotationProcessor.Member |
|
static class |
AutoAnnotationProcessor.Parameter |
processingEnv| Constructor | Description |
|---|---|
AutoAnnotationProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
Set<String> |
getSupportedAnnotationTypes() |
|
SourceVersion |
getSupportedSourceVersion() |
|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedOptions, init, isInitializedpublic Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in interface ProcessorgetSupportedAnnotationTypes in class AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2019 Google, Inc.. All rights reserved.