コード例 #1
0
ファイル: BettingGoal.java プロジェクト: rozky/learning
 public Builder value(String value) {
   goal.value = value;
   return this;
 }