bf3435372c
Added code belonging to the blog validations for Enum types. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Java Bean Validation Examples
This module contains articles about Bean Validation.
Relevant Articles:
- Java Bean Validation Basics
- Validating Container Elements with Bean Validation 2.0
- Method Constraints with Bean Validation 2.0
- Difference Between @NotNull, @NotEmpty, and @NotBlank Constraints in Bean Validation
- Javax BigDecimal Validation
- Grouping Javax Validation Constraints
- Javax Validations for Enums