1 2 3 4 5
@lombok.experimental.SuperBuilder public class SuperBuilderWithExistingConstructor { public SuperBuilderWithExistingConstructor() { } }