@Valid

From NovaOrdis Knowledge Base
Revision as of 17:34, 16 October 2018 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

When used with Spring MVC, @Valid configures Spring MVC to perform the validation of the submitted domain model object instance after it is bound to the submitted form data and before the controller handler method is called.