Exemple #1
0
 public Builder age(int age) {
   person.age = age;
   return this;
 }