[i659] suppression of @ConstructorProperties should use config instead. Also modified all onX examples to use two underscores.

This commit is contained in:
Roel Spilker
2014-03-26 22:33:00 +01:00
parent 4d24542dac
commit d41ef4bf83
26 changed files with 225 additions and 54 deletions
@@ -0,0 +1,5 @@
//CONF: lombok.anyConstructor.suppressConstructorProperties = true
@lombok.Data
class DataConfiguration {
final int x;
}