All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grails.compiler.ast.GlobalClassInjector.groovy Maven / Gradle / Ivy

There is a newer version: 6.2.0
Show newest version
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{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy