diff options
author | 2020-04-21 09:34:13 +0000 | |
---|---|---|
committer | 2020-04-21 09:34:13 +0000 | |
commit | 7cb301c201ade257b39e1373ae6a61da704f9fb0 (patch) | |
tree | 888c08382226b1c6d6f284df90849462c6c8c6fc | |
parent | 617bb3d3a417ea4565b5124d9f1b17029a863fdb (diff) | |
parent | 99bf5cd3f89279e9d8001704b2019bf4c3b9800e (diff) |
Merge "Add lombok annotations config to be skipped in coverage"
-rw-r--r-- | pnfsimulator/lombok.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pnfsimulator/lombok.config b/pnfsimulator/lombok.config new file mode 100644 index 0000000..a23edb4 --- /dev/null +++ b/pnfsimulator/lombok.config @@ -0,0 +1,2 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true
\ No newline at end of file |