How to deprecated a method in a class?  
Author Message
RC





PostPosted: 2005-7-14 3:02:00 Top

java-programmer, How to deprecated a method in a class? I would like to deprecated some methods in my
class. So next time when people use those methods,
they will get the warning messages during compiling.

If you know how, please let me know.
Thank Q very much in advance!
 
Eric Sosman





PostPosted: 2005-7-14 3:22:00 Top

java-programmer >> How to deprecated a method in a class?

RC wrote:
> I would like to deprecated some methods in my
> class. So next time when people use those methods,
> they will get the warning messages during compiling.
>
> If you know how, please let me know.
> Thank Q very much in advance!

http://java.sun.com/j2se/1.4.2/docs/guide/misc/deprecation/deprecation.html

--
email***@***.com

 
Chris Riesbeck





PostPosted: 2005-7-14 3:35:00 Top

java-programmer >> How to deprecated a method in a class? In article <db3op0$a3u$email***@***.com>,
RC <email***@***.com> wrote:

> I would like to deprecated some methods in my
> class. So next time when people use those methods,
> they will get the warning messages during compiling.

google "how to deprecate a method in java"

or jump to

http://java.sun.com/j2se/1.4.2/docs/guide/misc/deprecation/deprecation.html
 
 
Daniel Dyer





PostPosted: 2005-7-14 5:23:00 Top

java-programmer >> How to deprecated a method in a class? On Wed, 13 Jul 2005 20:21:37 +0100, Eric Sosman <email***@***.com>
wrote:
>
> RC wrote:
>> I would like to deprecated some methods in my
>> class. So next time when people use those methods,
>> they will get the warning messages during compiling.
>>
>> If you know how, please let me know.
>> Thank Q very much in advance!
>
> http://java.sun.com/j2se/1.4.2/docs/guide/misc/deprecation/deprecation.html
>

If you are using Java 5, things are slightly different since the
introduction of the @Deprecated annotation.

http://java.sun.com/j2se/1.5.0/docs/guide/javadoc/deprecation/deprecation.html

Dan.

--
Daniel Dyer
http://www.dandyer.co.uk