Annotation Interface GremlinDsl.AnonymousMethod
- Enclosing class:
- GremlinDsl
Annotation that allows the user to directly override the type parameters on generated anonymous methods. If this
annotation is not specified then the processor will attempt to infer the correct type parameters to use when
generating the anonymous method representations of the DSL methods.
-
Element Details
-
returnTypeParameters
String[] returnTypeParametersThe type parameters to apply to the return type of the method applied in the order that they are specified.- Default:
- {}
-
methodTypeParameters
String[] methodTypeParametersThe type parameters to apply to the method in the order that they are specified.- Default:
- {}
-