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 454cbb72fd
commit c0b40c28aa

View File

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