Package org.codehaus.groovy.transform
Interface TransformWithPriority
- All Known Implementing Classes:
BuilderASTTransformation
,TupleConstructorASTTransformation
public interface TransformWithPriority
AST transforms may optionally implement this interface and return a priority value.
Transforms within the same phase will be executed from greater to lower values of priority.
The default priority is zero.
-
Method Summary
-
Method Details
-
priority
int priority()
-