Integrated: JDK-8309870: Using -proc:full should be considered requesting explicit annotation processing
Joe Darcy
darcy at openjdk.org
Mon Jun 12 18:19:59 UTC 2023
On Mon, 12 Jun 2023 17:28:48 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Address a small omission to the recent addition of "javac -proc:full", regard "-proc:full" as explicitly requesting annotation processing. Also add "-A" to the list of options indicating explicit annotation processing was requested.
>
> The intention is to backport this bug fix to JDK 21 too.
This pull request has now been integrated.
Changeset: 3ce1240c
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3ce1240ca1b4139980444c171e317f4bfeff9314
Stats: 10 lines in 2 files changed: 8 ins; 0 del; 2 mod
8309870: Using -proc:full should be considered requesting explicit annotation processing
Reviewed-by: jjg
-------------
PR: https://git.openjdk.org/jdk/pull/14423
More information about the compiler-dev
mailing list