JDK 8 code review request for 7088500 "there is no @since tag on SafeVarargs"
Mike Duigou
mike.duigou at oracle.com
Wed Sep 14 20:04:17 UTC 2011
Looks good!
On Sep 14 2011, at 12:38 , Joe Darcy wrote:
> 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