grails.compiler.ast.GlobalClassInjector.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grails-core Show documentation
Show all versions of grails-core Show documentation
Grails Web Application Framework
package grails.compiler.ast
/**
* A marker interface that indicates that this injector applies to all classes in a project
*
* @author Graeme Rocher
* @since 3.0
*/
public interface GlobalClassInjector extends ClassInjector{
}