| org.strecks.bind.annotation.BindSimple
BindSimple | public @interface BindSimple(Code) | | Annotation used to bind from a simple String bean property value to a type converted
(possibly nested) bean property
author: Phil Zoio |
converter | Class<? extends Converter> converter(Code) | | The type converter class used to handle type conversions
|
expression | String expression(Code) | | The binding expression, relative to the form bean instance
|
|
|