Package grails.compiler.ast
Interface AllArtefactClassInjector
-
- All Superinterfaces:
ClassInjector
public interface AllArtefactClassInjector extends ClassInjector
Extended marker interface that indicates this ClassInjector applies to all types of artefacts (but not all classes).- Since:
- 2.0
-
-
Field Summary
-
Fields inherited from interface grails.compiler.ast.ClassInjector
PRIVATE_STATIC_MODIFIER
-
-
Method Summary
-
Methods inherited from interface grails.compiler.ast.ClassInjector
performInjection, performInjection, performInjectionOnAnnotatedClass, shouldInject
-
-