posted 22 years ago
The your javadoc comment section directly before the method signature should look like:
Just add the @deprecated tag, and when the compiler compiles it will let you know that you are using deprecated methods. But you have to keep in mind that since a method is deprecated, that is doing nothing to stop someone from using it.
Hope this helps.
SCJP 1.4<br /><a href="http://www.cise.ufl.edu/~sih" target="_blank" rel="nofollow">www.cise.ufl.edu/~sih</a>