バインディングに失敗したときに、デフォル値に設定するフラグを追加する。 ``` java @XlsConverter(defaultValue="1", failToDefault=true) private int no; ```