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

grails.compiler.ast.SupportsClassNode Maven / Gradle / Ivy

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