groovy.transform
Interface CompilationUnitAware

All Known Implementing Classes:
GrabAnnotationTransformation

public interface CompilationUnitAware

This interface is for AST transformations which must be aware of the compilation unit where they are applied.

Author:
Cedric Champeau

Method Summary
 void setCompilationUnit(CompilationUnit unit)
           
 

Method Detail

setCompilationUnit

void setCompilationUnit(CompilationUnit unit)

Copyright © 2003-2011 The Codehaus. All rights reserved.