JDK-4901290 : JSR175 (12): Package annotations
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 1.2.0,1.3.1,1.4.0,5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_8,windows_2000
  • CPU: generic,x86,sparc
  • Submitted: 2003-08-05
  • Updated: 2017-05-16
  • Resolved: 2003-12-19
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
5.0 b32Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
JSR175 supports annotations on packages.  javac must implement this.

- add package annotation to the syntax

- give an error if a package annotation appears anywhere but in
  a source file named package-info.java

- store package annotations on a synthetic class named "package-info"

- also store javadoc that appears attached to the package declaration.
  (where?)

Other API changes must also be made to bring the
implementation in line with the latest draft spec.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b32 tiger-beta
14-06-2004

EVALUATION Yes
11-06-2004

PUBLIC COMMENTS ...
10-06-2004