@GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS) public class PackageScopeASTTransformation extends AbstractASTTransformation
Handles transformation for the
Both the deprecated groovy.lang.PackageScope and groovy.transform.PackageScope annotations are supported. The former will be removed in a future version of Groovy.
| Fields inherited from class | Fields | 
|---|---|
| class AbstractASTTransformation | RETENTION_CLASSNODE, sourceUnit | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public void | visit(ASTNode[] nodes, SourceUnit source) |