ToStringInterceptorについて

自作Interceptorを改良しようと思って、org.seasar.framework.aop.interceptors. 以下のソースをみてたんだけども。

ToStringInterceptor のフィールドに

 private DateFormat dateFormat = new SimpleDateFormat();

ってあるけど大丈夫なのかな。SimpleDateFormatはスレッドセーフじゃないんだけど(http://www.geocities.co.jp/Playtown/1245/java/unsafe_simple_date_format.html)

ちょっと今は忙しいので、あとでサンプルコード作って試してみます。