DATACMNS-1490 - Tweak lombok to add @Generated to generated code.

This will cause JaCoCo to exclude that code from code coverage reports.
This commit is contained in:
Oliver Drotbohm
2019-03-05 11:35:11 +01:00
parent c05b066a33
commit 283e75dd73

View File

@@ -1,2 +1,3 @@
lombok.nonNull.exceptionType = IllegalArgumentException
lombok.log.fieldName = LOG
lombok.addLombokGeneratedAnnotation = true