Groovy 1.8.1

Package groovy.beans

 

Class Summary
BindableASTTransformation Handles generation of code for the @Bindable annotation when @Vetoable is not present.
ListenerListASTTransformation Handles generation of code for the @ListenerList annotation.
VetoableASTTransformation Handles generation of code for the @Vetoable annotation, and @Bindable if also present.
 


Annotation Type Summary
Bindable Annotates a groovy property or a class.
ListenerList This annotation adds Java-style listener support to a class based on an annotated Collection-property.
Vetoable Annotates a groovy property or a class.
 


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