コード例 #1
0
 @SuppressWarnings("unused")
 public int getDays() {
   return age == null ? -1 : age.getDays();
 }