Class MemoizedValidator
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- com.google.auto.common.BasicAnnotationProcessor
-
- com.google.auto.value.extension.memoized.MemoizedValidator
-
- All Implemented Interfaces:
Processor
@AutoService(javax.annotation.processing.Processor.class) public final class MemoizedValidator extends BasicAnnotationProcessor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.auto.common.BasicAnnotationProcessor
BasicAnnotationProcessor.ProcessingStep
-
-
Field Summary
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description MemoizedValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceVersiongetSupportedSourceVersion()protected Iterable<? extends BasicAnnotationProcessor.ProcessingStep>initSteps()Creates processing steps for this processor.-
Methods inherited from class com.google.auto.common.BasicAnnotationProcessor
getSupportedAnnotationTypes, init, postProcess, postRound, process
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedOptions, isInitialized
-
-
-
-
Method Detail
-
initSteps
protected Iterable<? extends BasicAnnotationProcessor.ProcessingStep> initSteps()
Description copied from class:BasicAnnotationProcessorCreates processing steps for this processor.AbstractProcessor.processingEnvis guaranteed to be set when this method is invoked.- Specified by:
initStepsin classBasicAnnotationProcessor
-
getSupportedSourceVersion
public SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
-