@Documented @Target(value={FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface AutoBound
DataBinder
field or constructor/method parameter.
It indicates that the annotated DataBinder
is used to automatically bind all
corresponding widgets to properties of a data model (the model instance associated with the data
binder instance). The widgets are inferred from all enclosing fields and methods annotated with
Bound
of the class that defines the DataBinder
and all its super classes.
There can only be one auto bound DataBinder
per class.
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.