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