1 2 3 4 5
@lombok.Builder(setterPrefix = "with") public class BuilderWithBadNamesWithSetterPrefix { String build; String toString; }