@Valid
Jump to navigation
Jump to search
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.