[i1014] Only add lombok.Generated if it is explicitly turned on

This commit is contained in:
Roel Spilker
2017-02-09 22:52:38 +01:00
parent b42fef8edc
commit 70f77f928a
271 changed files with 870 additions and 1584 deletions
@@ -0,0 +1,5 @@
//CONF: lombok.addGeneratedAnnotation = false
class GeneratedOff {
@lombok.Getter
int x;
}