removed the suppressConstructorProperties param.

This commit is contained in:
Reinier Zwitserloot
2017-03-07 01:10:18 +01:00
parent d05d037433
commit a2c10c70fa
9 changed files with 35 additions and 88 deletions
@@ -3,7 +3,3 @@
class ConstructorsConfiguration {
int x;
}
@lombok.AllArgsConstructor(suppressConstructorProperties=false)
class ConstructorsConfigurationExplicit {
int x;
}