Groovy Specific Modules
Additional modules exist specific to Groovy that improve the overall experience. These are detailed in the table below:
Dependency | Description |
---|---|
| Includes AST transformations to generate bean definitions. Should be |
| Adds the ability to specify configuration placed in |
| Includes AST transforms that make it easier to write Functions for AWS Lambda |
The most common module you will need is micronaut-inject-groovy
, which enables DI and AOP for classes written in Groovy.