RFR: JDK-8306819: Consider disabling the compiler's default active annotation processing
Vicente Romero
vromero at openjdk.org
Mon Sep 11 22:49:39 UTC 2023
On Mon, 12 Jun 2023 23:49:51 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Change annotation processing to be opt-in rather than opt-out.
test/langtools/tools/javac/6341866/T6341866.java line 70:
> 68: enum AnnoType {
> 69: NONE, // no annotation processing
> 70: // SERVICE, // implicit annotation processing, via ServiceLoader
why keeping this if it won't be used?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14432#discussion_r1322146120
More information about the compiler-dev
mailing list