| Annotation Type | Description |
|---|---|
| Format | |
| Selector |
Annotates a field to be mapped to a html element.
|
| SkipOn |
In case an exception is thrown during element conversion to field's value, if that exception is
of type or sub-type of any
Throwable specified in that field's SkipOn annotation
such exception will be ignored and that field will skip mapping. |