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