From 94560ac71a3d6e296e05dd15b29b08600de6188c Mon Sep 17 00:00:00 2001 From: bvn13 Date: Wed, 7 Sep 2022 16:58:11 +0300 Subject: [PATCH] At least one group validator --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42ccfa0..9fb0bfb 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ # Snippets 1) [Flexible Caffeine Cache Manager](flexible-caffeine-cache/FlexibleCaffeineCacheManager.java) - How to separate different cache configurations into one application using Caffeine cache -2) [Big decimal example](big-decimal/src/main/java/me/bvn13/test/bigdecimal/BigDecimalExample.java) \ No newline at end of file +2) [Big decimal example](big-decimal/src/main/java/me/bvn13/test/bigdecimal/BigDecimalExample.java) +3) ['At least one group' Validator](https://gitea.bvn13.me/bvn13/JavaLessons/src/branch/master/AtLeastOneGroupValidator) - JavaX validator to check whether only one field is specified \ No newline at end of file