@Target(value=METHOD) @Retention(value=CLASS) public static @interface GremlinDsl.AnonymousMethod
| Modifier and Type | Optional Element and Description | 
|---|---|
| String[] | methodTypeParametersThe type parameters to apply to the method in the order that they are specified. | 
| String[] | returnTypeParametersThe type parameters to apply to the return type of the method applied in the order that they are specified. | 
public abstract String[] returnTypeParameters
public abstract String[] methodTypeParameters
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.