Class Summary |
DefaultGrailsDomainClassInjector |
Default implementation of domain class injector interface that adds the 'id'
and 'version' properties and other previously boilerplate code |
GrailsASTUtils |
Helper methods for working with Groovy AST trees |
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. |
GrailsInjectionOperation |
A Groovy compiler operation that gets plugged into the GroovyClassLoader instance to
add custom properties to classes at compile time |