in reply to Re: Re: use deprecated; (Eiffel's obsolete)
in thread use deprecated;

Java does have a mechanism for depracating code. You can add a marker in the JavaDoc, and the compiler will warn you whenever it encounters a use of such a method. It's kind of hack-rific that they made the compiler parse the comments to do something like this, but it's there.

  • Comment on Re: Re: Re: use deprecated; (Eiffel's obsolete)