1 2 3 4 5
//CONF: lombok.anyConstructor.suppressConstructorProperties = true @lombok.AllArgsConstructor class ConstructorsConfiguration { int x; }