Class | Description |
---|---|
GremlinDslProcessor |
A custom Java annotation processor for the
GremlinDsl annotation that helps to generate DSLs classes. |
Exception | Description |
---|---|
ProcessorException |
Exception thrown by the
GremlinDslProcessor . |
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.
|
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.