Exemplo n.º 1
0
 public BuildStep withAge(Integer age) {
   user.setAge(age);
   return this;
 }