@Valid

From NovaOrdis Knowledge Base
Revision as of 17:24, 16 October 2018 by Ovidiu (talk | contribs)
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.