RFR: 8303784: no- at Target annotations should be applicable to type parameter declarations [v3]

Liam Miller-Cushon cushon at openjdk.org
Tue Mar 21 18:11:24 UTC 2023


> 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:

  Make fix contingent on --release 14
  
  based on discussion in CSR.

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/12914/files
  - new: https://git.openjdk.org/jdk/pull/12914/files/d88c6d1e..53743149

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12914&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12914&range=01-02

  Stats: 6 lines in 3 files changed: 4 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/12914.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/12914/head:pull/12914

PR: https://git.openjdk.org/jdk/pull/12914


More information about the compiler-dev mailing list