|
Java™ by example!
|
|
|
How do I deprecate a class or a method?
A deprecated class or method is no longer important and may be excluded by future versions. Deprecation is all done in comments. (same syntax for class or method) Javadoc 1.2:
Javadoc 1.1:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|