2008/7/17 Guillaume Laforge <
glaforge@...>:
Another way of achieving this is through the AST transformations you
can find in Groovy 1.6-beta-1 and Trunk.
For those kind of advanced ideas, it may be a better and more flexible
choice, although it may be a bit more complex to us (manipulating the
AST).
I like Groovy because it makes otherwise complicated tasks so simple, sometimes to a surprising amount.
For AST manipulations, I'm afraid I need some training course before... ;-)
-Jorg