@Documented
@Retention(RetentionPolicy.SOURCE)
@Target({ElementType.METHOD})
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.
This is an advanced extension point: the named class must implement the GinqAstVisitor provider SPI, which is still Incubating and may change in a future release.
Whether to optimize the GINQ AST
Whether to enable parallel querying
Specify the result type