@SupportedAnnotationTypes(value="dev.dhruv.javaannotate.annotations.Setter") @SupportedSourceVersion(value=RELEASE_8) @AutoService(value=javax.annotation.processing.Processor.class) public class SetterProcessor extends BaseJavacProcessor
processingEnv| Constructor and Description |
|---|
SetterProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
initgetCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorannotations - roundEnv - Copyright © 2020. All rights reserved.