@SupportedAnnotationTypes(value="com.google.auto.value.extension.memoized.Memoized")
public final class MemoizedValidator
extends javax.annotation.processing.AbstractProcessor
Processor that reports errors for @Memoized methods that
are not inside AutoValue-annotated classes.| Constructor and Description |
|---|
MemoizedValidator() |
| 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 final 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.AbstractProcessorpublic javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface javax.annotation.processing.ProcessorgetSupportedSourceVersion in class javax.annotation.processing.AbstractProcessorCopyright © 2018 Google, Inc.. All Rights Reserved.