@AutoService(value=javax.annotation.processing.Processor.class) @IncrementalAnnotationProcessor(value=ISOLATING) @SupportedAnnotationTypes(value="com.google.auto.value.AutoValue.Builder") public class AutoValueBuilderProcessor extends AbstractProcessor
AutoValue.Builder is applied to is
nested inside an @AutoValue class. The actual code generation for builders is done in
AutoValueProcessor.processingEnv| Constructor and Description |
|---|
AutoValueBuilderProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2022 Google LLC. All rights reserved.