From: Jim Hahn Date: Tue, 5 Jan 2021 16:11:26 +0000 (-0500) Subject: Use annotations on parameterized types X-Git-Tag: 2.4.0~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e6bea18abd1a1b4ddf7203508832e6a3f9380598;p=policy%2Fmodels.git Use annotations on parameterized types Updated the code to place validation annotations directly on the annotated types instead of using the @Items and @Entries annotations. Also added/updated junits for validation code. Issue-ID: POLICY-2648 Change-Id: Ia535da07a38cec77a74c5c3215b5ae784d7a4e1a Signed-off-by: Jim Hahn --- diff --git a/models-base/pom.xml b/models-base/pom.xml index cf9c27eef..b5d821211 100644 --- a/models-base/pom.xml +++ b/models-base/pom.xml @@ -1,7 +1,7 @@