mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 04:22:02 +00:00
removed the suppressConstructorProperties param.
This commit is contained in:
@@ -3,7 +3,3 @@
|
||||
class ConstructorsConfiguration {
|
||||
int x;
|
||||
}
|
||||
@lombok.AllArgsConstructor(suppressConstructorProperties=false)
|
||||
class ConstructorsConfigurationExplicit {
|
||||
int x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user