Feature: Enable validation (#5391)

When useBeanValidation is enabled make sure the annotation @Valid
is added to the attributes of the model.
This commit is contained in:
Kenny Jones
2017-04-24 11:18:04 -04:00
committed by wing328
parent aa85468932
commit c14da15b3e
66 changed files with 480 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
{{#required}}
@NotNull
{{/required}}
{{>beanValidationCore}}
{{>beanValidationCore}}
@Valid