@AutoService(value=javax.annotation.processing.Processor.class) @IncrementalAnnotationProcessor(value=ISOLATING) @SupportedAnnotationTypes(value="com.google.auto.value.extension.memoized.Memoized") public final class MemoizedValidator extends AbstractProcessor
Processor that reports errors for @Memoized methods that are not
inside AutoValue-annotated classes.processingEnv| Constructor and Description |
|---|
MemoizedValidator() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic final boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorCopyright © 2022 Google LLC. All rights reserved.