JDK-8141099 : [javadoc] Remove support for @deprecated tags on packages.
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 9
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • Submitted: 2015-11-01
  • Updated: 2018-10-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbd_minorUnresolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
As of fix for JDK-6481080, @Deprecated annotation is no longer recognized for packages, thus it follows that the @deprecated should also follow the JLS and should not recognize them, a separate bug has been filed to enhance doclint and javac's xlint, to emit warnings if such an annotation or tag exists in packages, see JDK-8140772
Comments
This should include both the @deprecated tag and the @Deprecated annotation
01-11-2015