public interface GrailsArtefactClassInjector extends ClassInjector
Interface specific to Grails artefacts that returns the artefact type.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String[] |
getArtefactTypes() |
|
public boolean |
shouldInject(ClassNode classNode) |
| Methods inherited from class | Name |
|---|---|
interface ClassInjector |
getOrder, performInjection, performInjection, performInjectionOnAnnotatedClass, shouldInject, shouldInject |