You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2020. It is now read-only.
When defining parameters of a Vaadin Connect service method, I want the Vaadin Connect runtime to apply the bean validation rules based on the JSR-380 annotations, so that I can express the business constraints on the parameters using annotations like @NotNull and have them checked for me.
When defining parameters of a Vaadin Connect service method, I want the Vaadin Connect runtime to apply the bean validation rules based on the JSR-380 annotations, so that I can express the business constraints on the parameters using annotations like
@NotNull
and have them checked for me.DoD:
child of #169
The text was updated successfully, but these errors were encountered: