@Incubating @Documented @Retention(RetentionPolicy.SOURCE) @Target({ElementType.METHOD}) @GroovyASTTransformationClass("org.apache.groovy.ginq.transform.GinqASTTransformation") public @interface GQ
Method annotation to make a method call returning GINQ result
Type | Name and Description |
---|---|
String |
astWalker Specify the GINQ AST walker to customize GINQ behaviour
|
boolean |
optimize Whether to optimize the GINQ AST
|
boolean |
parallel Whether to enable parallel querying
|
Class<?> |
value Specify the result type
|
Specify the GINQ AST walker to customize GINQ behaviour
Whether to optimize the GINQ AST
Whether to enable parallel querying
Specify the result type