Integrated: 8303784: no- at Target annotations should be applicable to type parameter declarations
Liam Miller-Cushon
cushon at openjdk.org
Tue May 2 18:22:32 UTC 2023
On Wed, 8 Mar 2023 00:06:41 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
> Please consider this fix for https://bugs.openjdk.org/browse/JDK-8303784, which make `@Target`-less annotations applicable to type parameter declarations.
>
> `@Target`-less annotations are applicable to 'all declaration contexts', which includes type parameter declarations.
This pull request has now been integrated.
Changeset: 8c106b0c
Author: Liam Miller-Cushon <cushon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8c106b0c8e4562a44ecd1e069c0911acfc428ecf
Stats: 49 lines in 4 files changed: 48 ins; 0 del; 1 mod
8303784: no- at Target annotations should be applicable to type parameter declarations
Reviewed-by: vromero
-------------
PR: https://git.openjdk.org/jdk/pull/12914
More information about the compiler-dev
mailing list