I have a bean with this validation:
@Email(message = "Email is not valid") @NotEmpty(message = "Email cannot be empty") private String ema