Groovy Documentation

org.codehaus.groovy.grails.compiler.injection
[Java] Interface ClassInjector


public interface ClassInjector

When implemented allows additional properties to be injected into Grails classes at compile time (ie when they are loaded by the GroovyClassLoader).

Authors:
Graeme Rocher
Since:
0.2


Groovy Documentation