@AutoService(value=javax.annotation.processing.Processor.class) @IncrementalAnnotationProcessor(value=ISOLATING) @SupportedAnnotationTypes(value="com.google.auto.value.extension.toprettystring.ToPrettyString") public final class ToPrettyStringValidator extends AbstractProcessor
ToPrettyString usage.processingEnv| Constructor and Description |
|---|
ToPrettyStringValidator() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnvironment) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnvironment)
process in interface Processorprocess in class AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorCopyright © 2022 Google LLC. All rights reserved.