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, isInitializedprivate List<AbstractVerifier> verifiers
public VerifierAnnotationProcessor()
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic static AnnotationMirror findAnnotationMirror(ProcessingEnvironment processingEnv, List<? extends AnnotationMirror> mirrors, Class<?> annotationClass)
public List<AbstractVerifier> getVerifiers()
public Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in interface ProcessorgetSupportedAnnotationTypes in class AbstractProcessor