[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[jfriends-ml 11847] Re: @Deprecated(Re: 本日 の議事録)
高橋(徹)です。
""TAKAHASHI, Tomohiro" <t_takahashi@xxxxxxxxxxxxxx>"さんは書きました:
> [JAVA IN A NUTSHELL 5th Edition]
> http://www.amazon.co.jp/exec/obidos/ASIN/0596007736
> を見ていましたら、
> -------------------------------------------------------------------
> In Java 5.0, the compiler continues to look for @deprecated javadoc
> tags and uses them to generate warnings as it always has. This behavior
> may be phased out, however, and you should begin to use the @Deprecated
> annotation in addition to the @deprecated javadoc tag.
> -------------------------------------------------------------------
> と書かれていました。
うーん、@Deprecatedアノテーションに一本化するんですね。
Bugparadeの方には、ID:5105736に @Deprecatedに属性を追加するRFEが登録
されています。
"Deprecated annotation needs way to add comment and/or replacement api
(value)"
http://bugs.sun.com/bugdatabase/
早く属性に代替方法などのコメントが記述できるようになるといいですね。
#1票投票しようかな
---
TAKAHASHI Toru