Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The following snippet from a script won't currently work:
@Lazy @Field Sql db = new Sql(...)
We copy over non-AST transforms when creating the field but not AST ones. This is intentional at the moment to align with limitations in how annotations are collected and traversed but we could attempt to add them after the fact to the collected known transforms.
Attachments
Issue Links
- is related to
-
GROOVY-4833 @Field AST Transformation looses annotations
- Closed