RFR: 8136494 Update "@since 1.9" to "@since 9" to match java.specification.version
Iris Clark
iris.clark at oracle.com
Thu Jan 7 04:29:51 UTC 2016
Hi.
In Verona (JEP 223: New Version-String Scheme[0]), the system
property java.specification.version was updated from "1.9" to "9".
@since tags for new JDK 9 APIs should be aligned with the new
value.
Please review the following changes to the jaxp, jaxws, jdk, langtools, and nashorn repositories. As usual with such changes,
the patch file is the most helpful view of the changeset.
Bug
8136494 Update "@since 1.9" to "@since 9" to match
java.version.specification
https://bugs.openjdk.java.net/browse/JDK-8136494
Webrev
http://cr.openjdk.java.net/~iris/verona/8136594/webrev.0/
In addition to the changeset, I will update JEP 223 as follows:
@since JavaDoc tag
The value for the @since JavaDoc tag will continue to be
aligned with the system property `java.specification.version`;
hence, new JDK 9 APIs will be indicated by `@since 9`.
Thanks,
iris
[0] http://openjdk.java.net/jeps/223
More information about the jdk9-dev
mailing list