Uses of Class
org.codehaus.groovy.transform.GroovyASTTransformation

Packages that use GroovyASTTransformation
groovy.beans   
groovy.grape   
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.transform   
 

Uses of GroovyASTTransformation in groovy.beans
 

Classes in groovy.beans with annotations of type GroovyASTTransformation
 class BindableASTTransformation
          Handles generation of code for the @Bindable annotation when @Vetoable is not present.
 class VetoableASTTransformation
          Handles generation of code for the @Vetoable annotation, and @Bindable if also present.
 

Uses of GroovyASTTransformation in groovy.grape
 

Classes in groovy.grape with annotations of type GroovyASTTransformation
 class GrabAnnotationTransformation
          Created by IntelliJ IDEA.
 

Uses of GroovyASTTransformation in org.codehaus.groovy.ast
 

Classes in org.codehaus.groovy.ast with annotations of type GroovyASTTransformation
 class MixinASTTransformation
           
 

Uses of GroovyASTTransformation in org.codehaus.groovy.transform
 

Classes in org.codehaus.groovy.transform with annotations of type GroovyASTTransformation
 class CategoryASTTransformation
          Handles generation of code for the @Category annotation - all non-static methods converted to static ones with additional parameter 'self'
 class DelegateASTTransformation
          Handles generation of code for the @Delegate annotation
 class ImmutableASTTransformation
          Handles generation of code for the @Immutable annotation.
 class LazyASTTransformation
          Handles generation of code for the @Lazy annotation
 class NewifyASTTransformation
          Handles generation of code for the @Newify annotation.
 class PackageScopeASTTransformation
          Handles transformation for the @PackageScope annotation.
 class SingletonASTTransformation
          Handles generation of code for the @Singleton annotation
 



Copyright © ${year} The Codehaus. All Rights Reserved.