Bean Validation
Validator specified in javax
javax@Pattern(regexp="((?=.*\\d)(?=.*[a-z])(?=.*[#@$*]).{5,20})") String pattern
Hibernate specific validators
Springframework

Last updated