|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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
).
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |