Exemplo n.º 1
0
 public BuildStep withAge(Integer age) {
   user.setAge(age);
   return this;
 }
Exemplo n.º 2
0
 public AgeStep withName(String name) {
   user.setName(name);
   return this;
 }