Errai 3.0.1-SNAPSHOT

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


@Documented
@Qualifier
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ModelSetter

Indicates that the annotated method is used to replace a model instance managed by a DataBinder. The method is required to have a single parameter. The parameter type needs to correspond to the type of the managed model (see Model and AutoBound).

Author:
Christian Sadilek , Mike Brock


Errai 3.0.1-SNAPSHOT

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