@SupportedAnnotationTypes(value="fluent.dsl.Dsl") public class DslAnnotationProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
DslAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ProcessingEnvironment env) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic void init(ProcessingEnvironment env)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2020. All rights reserved.