@Target(value=METHOD) @Retention(value=CLASS) public static @interface GremlinDsl.AnonymousMethod
Modifier and Type | Optional Element and Description |
---|---|
String[] |
methodTypeParameters
The type parameters to apply to the method in the order that they are specified.
|
String[] |
returnTypeParameters
The 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–2022 Apache Software Foundation. All rights reserved.