...
- Grails SDK configuration
- Grails controller, view, domain class, job, script, service, taglib creation
- Grails generators are built in; output to console
Supported AST transformations
- AutoClone
- AutoExternalize
- Tupleconstructor
- Immutable
- Canonical
- Delegate
- InheritConstructor
- Log
- Commons
- Log4j
- Slf4j
- IndexedProperty
- Newify
- Singleton
- Vetoable
Other supported annotations
- Mixin
- Bindable
- Category
Resolve features
- automatic inference of types of closure parameters used in DefaultGroovyMethods methods
- mixins into metaclasses: MyClass.mixin(MyOtherClass)
- DefaultGroovyMethods.with, use