Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2187541 | 7 | Jonathan Gibbons | P2 | Closed | Fixed | b84 |
JDK-2192009 | 6u21 | Vikram Aroskar | P2 | Closed | Fixed | b03 |
JDK-2191916 | 6u20-rev | Vikram Aroskar | P2 | Closed | Fixed | b03 |
JDK-2192429 | OpenJDK6 | Jonathan Gibbons | P4 | Resolved | Fixed | b20 |
Annotations that are specified for packages in the package-info.java file are not available to the Annotation processor, the packages are treated as if there are no Annotations at all, unless you specify the package-info.java file on the javac command-line.
- backported by
-
JDK-2192429 package-info.java file has to be specified on the javac cmdline, else it will not be avail.
- Resolved
-
JDK-2187541 package-info.java file has to be specified on the javac cmdline, else it will not be avail.
- Closed
-
JDK-2191916 package-info.java file has to be specified on the javac cmdline, else it will not be avail.
- Closed
-
JDK-2192009 package-info.java file has to be specified on the javac cmdline, else it will not be avail.
- Closed
- relates to
-
JDK-6499119 Created package-info class file modeled improperly
- Closed