@SupportedAnnotationTypes(value="com.google.auto.value.AutoAnnotation") public class AutoAnnotationProcessor extends AbstractProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoAnnotationProcessor.Member |
static class |
AutoAnnotationProcessor.Parameter |
processingEnv| Constructor and Description |
|---|
AutoAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
<any> |
getSupportedOptions() |
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic <any> getSupportedOptions()
getSupportedOptions in interface ProcessorgetSupportedOptions in class AbstractProcessorpublic void init(ProcessingEnvironment processingEnv)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2021 Google LLC. All rights reserved.