@SupportedAnnotationTypes(value="org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDsl") @SupportedSourceVersion(value=RELEASE_8) public class GremlinDslProcessor extends AbstractProcessor
GremlinDsl annotation that helps to generate DSLs classes.processingEnv| Constructor and Description | 
|---|
GremlinDslProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
init(ProcessingEnvironment processingEnv)  | 
boolean | 
process(Set<? extends TypeElement> annotations,
       RoundEnvironment roundEnv)  | 
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, 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 AbstractProcessorCopyright © 2013–2021 Apache Software Foundation. All rights reserved.