Re: Method Deprecation

2001-06-19 Thread Claudio Corsi
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

Re: Method Deprecation

2001-06-19 Thread Scott M Stark
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

Re: Method Deprecation

2001-06-19 Thread Paul Glezen
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

Re: Method Deprecation

2001-06-19 Thread Endre Stølsvik
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

RE: Method Deprecation

2001-06-19 Thread Gino Marckx
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

Method Deprecation

2001-06-19 Thread Paul Glezen
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