コード例 #1
0
 public AgeStep withName(String name) {
   user.setName(name);
   return this;
 }