Class GremlinDslProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDslProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes("org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDsl") @SupportedSourceVersion(RELEASE_8) public class GremlinDslProcessor extends AbstractProcessor
A custom Java annotation processor for the GremlinDsl annotation that helps to generate DSLs classes.
Author:
Stephen Mallette (http://stephen.genoprime.com)