Updated README.md

added link back to the article: https://www.baeldung.com/java-notnull-method-parameter
This commit is contained in:
Asjad J
2022-07-21 14:10:40 +05:00
committed by GitHub
parent d436a44106
commit 8114960188

View File

@@ -13,3 +13,4 @@ This module contains articles about Bean Validation.
- [Guide to ParameterMessageInterpolator](https://www.baeldung.com/hibernate-parametermessageinterpolator)
- [Hibernate Validator Annotation Processor in Depth](https://www.baeldung.com/hibernate-validator-annotation-processor)
- [Constraint Composition with Bean Validation](https://www.baeldung.com/java-bean-validation-constraint-composition)
- [Using @NotNull on a Method Parameter](https://www.baeldung.com/java-notnull-method-parameter)