Mainly just a marker interface for implementations that perform injection on domain classes.
Fields inherited from class | Fields |
---|---|
interface ClassInjector |
PRIVATE_STATIC_MODIFIER |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
performInjectionOnAnnotatedEntity(org.codehaus.groovy.ast.ClassNode classNode) Doesn't check with the specified ClassNode is a valid entity and assumes it is and proceeds with the injection regardless. |
Methods inherited from class | Name |
---|---|
interface ClassInjector |
performInjection, performInjection, performInjectionOnAnnotatedClass, shouldInject |