Package grails.compiler.ast
Interface SupportsClassNode
public interface SupportsClassNode
Indicates whether the Transformation/TraitInjector supports given ClassNode
-
Method Summary
-
Method Details
-
supports
boolean supports(org.codehaus.groovy.ast.ClassNode classNode)
-