Annotation Interface MergedForm


@Target(PARAMETER) @Retention(RUNTIME) public @interface MergedForm
Capable of reading an input form and mapping this into an existing/new entity. The entity is declared as parameter in our handler mapping method.
Since:
Nov 15, 2015