[jdk16] RFR: 8254023: A module declaration is not allowed to be a target of an annotation that lacks an @Target meta-annotation
Vicente Romero
vromero at openjdk.java.net
Wed Dec 16 16:59:03 UTC 2020
On Wed, 16 Dec 2020 12:02:58 GMT, Guoxiong Li <github.com+13688759+lgxbslgx at openjdk.org> wrote:
> Hi all,
>
> This patch adds `names.MODULE` to `com.sun.tools.javac.comp.Check.dfltTargetMeta` to fix this issue. And it also adds some corresponding tests.
>
> The previous discussion is in https://github.com/openjdk/jdk/pull/622.
>
> Best Regards.
looks good
-------------
Marked as reviewed by vromero (Reviewer).
PR: https://git.openjdk.java.net/jdk16/pull/34
More information about the compiler-dev
mailing list