RFR: 8303784: no- at Target annotations should be applicable to type parameter declarations [v5]
Vicente Romero
vromero at openjdk.org
Fri Mar 24 20:42:32 UTC 2023
On Fri, 24 Mar 2023 19:43:14 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.
>
> Liam Miller-Cushon has updated the pull request incrementally with one additional commit since the last revision:
>
> Use Feature enum for version checks
looks good
-------------
Marked as reviewed by vromero (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/12914#pullrequestreview-1357391301
More information about the compiler-dev
mailing list