015d9b3f81 | ||
---|---|---|
.. | ||
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
- Validations for Enum Types
- Guide to ParameterMessageInterpolator