Package org.apache.tinkerpop.gremlin.process.traversal.dsl
-
Class Summary Class Description GremlinDslProcessor A custom Java annotation processor for theGremlinDsl
annotation that helps to generate DSLs classes. -
Exception Summary Exception Description ProcessorException Exception thrown by theGremlinDslProcessor
. -
Annotation Types Summary Annotation Type Description GremlinDsl An annotation that specifies that an interface is meant to be used to produce Gremlin DSL.GremlinDsl.AnonymousMethod Annotation that allows the user to directly override the type parameters on generated anonymous methods.