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 24e8e8f342
commit f678e8b034
1 changed files with 1 additions and 0 deletions

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)