in jbang/bean-inlined-code/CustomerBuilder.java [10:13]
public CustomerBuilder name(String name) { this.name = name; return this; }