import lombok.Builder; @Builder(toBuilder = true, builderMethodName = "") class BuilderWithNoBuilderMethod { private String a = ""; }