- Java EE 8 Cookbook
- Elder Moraes
- 27字
- 2025-02-17 14:53:40
There's more...
You could increase the validators by adding a Bean Validation on it and, for example, defining the email property from User with an @Email constraint.
You could increase the validators by adding a Bean Validation on it and, for example, defining the email property from User with an @Email constraint.