Class |
Description |
AbstractArtefactTypeAstTransformation
|
Base implementation for the artefact type transformation. |
DefaultGrailsDomainClassInjector
|
Default implementation of domain class injector interface that adds the 'id'
and 'version' properties and other previously boilerplate code. |
EntityASTTransformation
|
Injects the necessary fields and behaviors into a domain class in order to make it a property GORM entity. |
GrailsAwareClassLoader
|
A class loader that is aware of Groovy sources and injection operations. |
GrailsAwareInjectionOperation
|
A Groovy compiler injection operation that uses a specified array of
ClassInjector instances to attempt AST injection. |