@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  | 
                            astWalkerSpecify the GINQ AST walker to customize GINQ behaviour 
  | 
                        
boolean  | 
                            optimizeWhether to optimize the GINQ AST 
  | 
                        
boolean  | 
                            parallelWhether to enable parallel querying 
  | 
                        
Class<?>  | 
                            valueSpecify 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