dc1815c10c
* JAVA-14673 - Fix formatting of POMs * cleanup |
||
---|---|---|
.. | ||
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
- Hibernate Validator Annotation Processor in Depth
- Constraint Composition with Bean Validation
- Using @NotNull on a Method Parameter