Integrated: 8261088: Repeatable annotations without @Target cannot have containers that target module declarations

Liam Miller-Cushon cushon at openjdk.java.net
Wed Jul 28 18:24:36 UTC 2021


On Thu, 4 Feb 2021 20:53:21 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> Please review this fix to consolidate handling of default `@Target`s for repeated annotations, and permit repeatable annotations without an `@Target` to have container annotations that explicitly target `MODULE`.

This pull request has now been integrated.

Changeset: 60c11fef
Author:    Liam Miller-Cushon <cushon at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/60c11fef006124e6c2be6d958c78dc344bb777d5
Stats:     88 lines in 4 files changed: 66 ins; 16 del; 6 mod

8261088: Repeatable annotations without @Target cannot have containers that target module declarations

Reviewed-by: jfranck

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

PR: https://git.openjdk.java.net/jdk/pull/2412


More information about the compiler-dev mailing list