Details
-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b121
-
Not verified
Description
This should be done as part of JEP 221, Simplified Doclet API.
We should deprecate the old API types. This should include the following:
There should be a package-info.java file with an @Deprecated annotation (for completeness) and an @deprecated comment giving details.
In addition, there should be an @Deprecated annotation on each top level type in the com.sun.javadoc package, with a short @deprecated comment referencing the package-info file.
We should deprecate the old API types. This should include the following:
There should be a package-info.java file with an @Deprecated annotation (for completeness) and an @deprecated comment giving details.
In addition, there should be an @Deprecated annotation on each top level type in the com.sun.javadoc package, with a short @deprecated comment referencing the package-info file.
Attachments
Issue Links
- duplicates
-
JDK-8137067 Deprecate the old doclet
- Resolved
- relates to
-
JDK-8157608 deprecate old entry points for javadoc tool
- Closed
-
JDK-8157055 consider unified release notes for deprecated APIs
- Closed
-
JDK-8194651 javadoc: mark the com.sun.javadoc API for removal
- Resolved
- links to