grails.compiler.ast.SupportsClassNode 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;
import org.codehaus.groovy.ast.ClassNode;
/**
* Indicates whether the Transformation/TraitInjector supports given ClassNode
*
* @author Sudhir Nimavat
*/
public interface SupportsClassNode {
boolean supports(ClassNode classNode);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy