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 */