RFR: JDK-8160601: unexpected error compiling @Deprecated package
Liam Miller-Cushon
cushon at google.com
Fri Apr 13 17:00:46 UTC 2018
Hi,
javac currently rejects package-info declarations that contain both an
`@deprecated` javadoc tag and annotations by reporting a misleading
'modifier deprecated not allowed' diagnostic. This change causes
`@deprecated` javadoc to be ignored, which is consistent with the
`@Deprecated` annotation is handled on packages.
bug: https://bugs.openjdk.java.net/browse/JDK-8160601
webrev: http://cr.openjdk.java.net/~cushon/8160601/webrev.00/
Thanks,
Liam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20180413/d8d419f2/attachment.html>
More information about the compiler-dev
mailing list