public class VerifierAnnotationProcessor extends AbstractProcessor
Modifier and Type | Field and Description |
---|---|
private List<AbstractVerifier> |
verifiers |
processingEnv
Constructor and Description |
---|
VerifierAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
static AnnotationMirror |
findAnnotationMirror(ProcessingEnvironment processingEnv,
List<? extends AnnotationMirror> mirrors,
Class<?> annotationClass) |
Set<String> |
getSupportedAnnotationTypes() |
SourceVersion |
getSupportedSourceVersion() |
List<AbstractVerifier> |
getVerifiers() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedOptions, init, isInitialized
private List<AbstractVerifier> verifiers
public VerifierAnnotationProcessor()
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
public static AnnotationMirror findAnnotationMirror(ProcessingEnvironment processingEnv, List<? extends AnnotationMirror> mirrors, Class<?> annotationClass)
public List<AbstractVerifier> getVerifiers()
public Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes
in interface Processor
getSupportedAnnotationTypes
in class AbstractProcessor