@AutoService(value=javax.annotation.processing.Processor.class) public final class MemoizedValidator extends BasicAnnotationProcessor
BasicAnnotationProcessor.ProcessingStep
processingEnv
Constructor and Description |
---|
MemoizedValidator() |
Modifier and Type | Method and Description |
---|---|
SourceVersion |
getSupportedSourceVersion() |
protected Iterable<? extends BasicAnnotationProcessor.ProcessingStep> |
initSteps()
Creates processing steps for this processor.
|
getSupportedAnnotationTypes, init, postProcess, postRound, process
getCompletions, getSupportedOptions, isInitialized
protected Iterable<? extends BasicAnnotationProcessor.ProcessingStep> initSteps()
BasicAnnotationProcessor
AbstractProcessor.processingEnv
is guaranteed to be set when this method is invoked.initSteps
in class BasicAnnotationProcessor
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
Copyright © 2019. All rights reserved.