I would say yes as annotations are the way to go now.
Regards, ~Simon On 11/8/06, Arjuna Wijeyekoon <[EMAIL PROTECTED]> wrote:
Usually method deprecation is done like: /** * @deprecated use the foobar method instead */ public void foo() In addition , do we have to do: /** * @deprecated use the foobar method instead */ @Deprecated public void foo() ??
