@SupportedAnnotationTypes(value={"org.droitateddb.entity.Entity","org.droitateddb.config.Persistence","org.droitateddb.hooks.Update","org.droitateddb.hooks.Create"}) @SupportedSourceVersion(value=RELEASE_8) public class EntityAnnotationProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
EntityAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSupportedOptions() |
void |
init(ProcessingEnvironment processingEnv) |
static void |
main(String[] args) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedSourceVersion, isInitializedpublic void init(ProcessingEnvironment processingEnv)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic Set<String> getSupportedOptions()
getSupportedOptions in interface ProcessorgetSupportedOptions in class AbstractProcessorpublic static void main(String[] args)
Copyright © 2016 arconsis IT-Solutions GmbH. All Rights Reserved.