@SupportedAnnotationTypes(value="org.kolobok.annotation.FindWithOptionalParams") @SupportedSourceVersion(value=RELEASE_8) public class FindWithOptionalParamsAnnotationProcessor extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
ANNOTATION_TYPE |
static String |
LAST_DOUBLE_PARAM_NAME |
processingEnv| Constructor and Description |
|---|
FindWithOptionalParamsAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ProcessingEnvironment procEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
Process spring data repository interfaces with methods annotated with @FindWithOptionalParams
|
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic static final String ANNOTATION_TYPE
public static final String LAST_DOUBLE_PARAM_NAME
public FindWithOptionalParamsAnnotationProcessor()
public void init(ProcessingEnvironment procEnv)
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.