Package grails.compiler.ast
Interface GrailsArtefactClassInjector
-
- All Superinterfaces:
ClassInjector
- All Known Implementing Classes:
AbstractGrailsArtefactTransformer,DefaultGrailsDomainClassInjector
public interface GrailsArtefactClassInjector extends ClassInjector
Interface specific to Grails artefacts that returns the artefact type.- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field Description static org.codehaus.groovy.ast.ClassNode[]EMPTY_CLASS_ARRAYstatic org.codehaus.groovy.ast.expr.ArgumentListExpressionZERO_ARGSstatic org.codehaus.groovy.ast.Parameter[]ZERO_PARAMETERS-
Fields inherited from interface grails.compiler.ast.ClassInjector
PRIVATE_STATIC_MODIFIER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getArtefactTypes()-
Methods inherited from interface grails.compiler.ast.ClassInjector
performInjection, performInjection, performInjectionOnAnnotatedClass, shouldInject
-
-