Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.shared.api.annotations
Annotation Type AutoBound


@Documented
@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface AutoBound

This annotation is only meaningful on a 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.

Author:
Christian Sadilek


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.