Clamp models lombok configuration

Making Jacoco filtering out Lombok auto-generated methods

Issue-ID: POLICY-3452
Change-Id: I855fa6945e02dd13f8c2245acd66f1b57ccf3be7
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
diff --git a/lombok.config b/lombok.config
new file mode 100644
index 0000000..a23edb4
--- /dev/null
+++ b/lombok.config
@@ -0,0 +1,2 @@
+config.stopBubbling = true
+lombok.addLombokGeneratedAnnotation = true
\ No newline at end of file