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

Packages that use GroovyASTTransformationClass
groovy.beans   
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
 

Uses of GroovyASTTransformationClass in groovy.beans
 

Classes in groovy.beans with annotations of type GroovyASTTransformationClass
 interface Bindable
          Annotates a groovy property or a class.
 interface Vetoable
          Annotates a groovy property or a class.
 

Uses of GroovyASTTransformationClass in groovy.lang
 

Classes in groovy.lang with annotations of type GroovyASTTransformationClass
 interface Category
          Annotates a groovy class or interface to become category - all methods transformed to static ones with additional parameter self of type defined by annotation parameter.
 interface Delegate
          Field annotation to delegate part of functionality to annotated field.
 interface Immutable
          Class annotation used for making a class immutable.
 interface Lazy
          Field annotation to make field lazy initializable.
 interface Mixin
           
 interface Newify
          Annotation that supports writing constructor call expressions without the 'new' keyword.
 interface PackageScope
          Class or field annotation used for turning off Groovy's auto property conversion of default or package scoped fields.
 interface Singleton
          Class annotation to make class singleton.
 



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