Package grails.compiler.ast
Interface AnnotatedClassInjector
-
- All Known Implementing Classes:
AbstractGrailsArtefactTransformer
public interface AnnotatedClassInjectorInjector applied to annotated (local transform) entities- Since:
- 2.2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperformInjectionOnAnnotatedClass(org.codehaus.groovy.control.SourceUnit source, org.codehaus.groovy.classgen.GeneratorContext context, org.codehaus.groovy.ast.ClassNode classNode)Performs injection on an annotated entity
-
-
-
Method Detail
-
performInjectionOnAnnotatedClass
void performInjectionOnAnnotatedClass(org.codehaus.groovy.control.SourceUnit source, org.codehaus.groovy.classgen.GeneratorContext context, org.codehaus.groovy.ast.ClassNode classNode)Performs injection on an annotated entity- Parameters:
source- The source unitclassNode- The class node
-
-