orangesignal / orangesignal-csv

CSV (comma-separated values) read and write library for Java.
http://orangesignal.github.io/orangesignal-csv
Apache License 2.0
43 stars 22 forks source link

[Experimental] Annotation new features #25

Closed orangesignal closed 10 years ago

orangesignal commented 10 years ago

JAXB や JPA、Spring を参考に Annotation の設計を再考して、柔軟性や利便性を向上したい。ただしラーニングコストが増えるのは嫌なので、他の要素技術でまかなえるものは作りたくない。連携可能な口や実装の提供はあり。

で再設計し下位互換の設計もする方向で。

orangesignal commented 10 years ago

Memo

Next:

orangesignal commented 10 years ago

とりあえず今回は項目レベルで

の指定を可能として、一旦本チケットをクローズとします。 他に要望があれば別チケットとして切ります。 ※unique や length、正規表現形式指定など BeanValidation との混乱の元凶となりそうなので今回は見送りました。