JDK-6492694 : @deprecated tag doesn't work in package-info files.
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 6,7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-11-11
  • Updated: 2014-05-05
  • Resolved: 2011-05-17
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.
JDK 7
7 b142Fixed
Related Reports
Duplicate :  
Relates :  
Description
@deprecated tag doesn't work in package-info files.

Comments
EVALUATION One should be able to tag a package @deprecated. See http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#@deprecated : This tag is valid in all doc comments: overview, package, class, interface, constructor, method and field. But see doclets/internal/toolkit/taglets/DeprecatedTaglet.java: public boolean inPackage() { return false; }
11-11-2006