JDK 8 code review request for 7088500 "there is no @since tag on SafeVarargs"
Joe Darcy
joe.darcy at oracle.com
Wed Sep 14 19:38:05 UTC 2011
Hello.
Please review the simple patch below to add an omitted @since tag to the
SafeVargs annotation type, which was added to the platform as part of
Project Coin in JDK 7.
Thanks,
-Joe
--- a/src/share/classes/java/lang/SafeVarargs.java
+++ b/src/share/classes/java/lang/SafeVarargs.java
@@ -82,6 +82,7 @@
*
* </ul>
*
+ * @since 1.7
* @jls 4.7 Reifiable Types
* @jls 8.4.1 Formal Parameters
*/
More information about the core-libs-dev
mailing list