@SupportedAnnotationTypes(value="com.google.auto.value.AutoValue.Builder")
public class AutoValueBuilderProcessor
extends javax.annotation.processing.AbstractProcessor
AutoValue.Builder is applied to is
nested inside an @AutoValue class. The actual code generation for builders is done in
AutoValueProcessor.| Constructor and Description |
|---|
AutoValueBuilderProcessor() |
| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface javax.annotation.processing.ProcessorgetSupportedSourceVersion in class javax.annotation.processing.AbstractProcessorpublic boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
process in interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessorCopyright © 2020 Google LLC. All Rights Reserved.