If you know Groovy, you surely know how to use Groovy AST transformations. You might think, though, that writing your own AST transformations is something complicated that takes deep knowledge of academic compilers, abstract syntax trees, and other neat stuff. Well, no! In this session, you’ll see that writing an AST transformation is easy and intuitive and that you can do it too, today.