Paul,
All you need to do is add the "@deprecated" to the method or class javadoc. It
is also recommend to include a "@see" tag to reference the method or class that
should be now called or replaced with.
--Claudio
> From: "Paul Glezen" <[EMAIL PROTECTED]>
> Date: Tue, 19 Jun 2001 07:18:01 -070
Yes, use @deprecated :
/**
@deprecated As of version x.y, replaced by {@link #newMethod()}
*/
- Original Message -
From: "Paul Glezen" <[EMAIL PROTECTED]>
To: "LOG4J Developers Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 19, 2001 7:18 AM
Sub
velopers Mailing List"
<[EMAIL PROTECTED]>
To: LOG4J Developers Mailing List <[EMAIL PROTECTED]>
cc:
Subject: Re: Method Deprecation
On Tue, 19 Jun 2001, Paul Glezen wrote:
| How does one mark a method as deprecated? Will doing so in the Javadoc
| comments accompl
On Tue, 19 Jun 2001, Paul Glezen wrote:
| How does one mark a method as deprecated? Will doing so in the Javadoc
| comments accomplish this?
Yes, but is this log4j related at all?
--
Mvh,
Endre
-
To unsubscribe, e-mail: [E
Title: RE: Method Deprecation
just add @deprecated in the /** */ comment
>-Original Message-
>From: Paul Glezen [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, June 19, 2001 4:18 PM
>To: LOG4J Developers Mailing List
>Subject: Method Deprecation
>
>
>How d
How does one mark a method as deprecated? Will doing so in the Javadoc
comments accomplish this?
Thanks,
- Paul
Paul Glezen
IT Specialist
Software Services
818 539 3321
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition