diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-26 09:18:44 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-26 09:18:44 -0400 |
commit | c646dd80d9d61d2311baa7cae924b203951ecc9a (patch) | |
tree | 1807e1d072a04f0bf2d8fb4d585a870a071b1a16 /lombok.config | |
parent | 1bef77fdf96f66b5ff0bbf41e23fe7edeab4437d (diff) |
Add stopBubbling to lombok.config for XACML-PDP
Change-Id: If489f95f80f324620bbcdca85d0fe2b4b2285d31
Issue-ID: POLICY-1938
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'lombok.config')
-rw-r--r-- | lombok.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lombok.config b/lombok.config index 7a21e880..df71bb6a 100644 --- a/lombok.config +++ b/lombok.config @@ -1 +1,2 @@ +config.stopBubbling = true lombok.addLombokGeneratedAnnotation = true |