Package groovy.beans

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

Annotation Types Summary
Bindable Annotates a groovy property, and indicates that it should be a bound property according to the JavaBeans spec, announding to listeners that the value has changed.
Vetoable Annotates a groovy property, and indicates that it should be a constrained property according to the JavaBeans spec, subject to listeners vetoing the property change.
 


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