this post was submitted on 25 Oct 2023
1 points (100.0% liked)

Java News/Tech/Discussion/etc. No programming help, no learning Java

0 readers
0 users here now

News, Technical discussions, research papers and assorted things of interest related to the Java programming language NO programming help, NO...

founded 1 year ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/java by /u/loicmathieu on 2023-10-24 09:46:20.


I stumbled upon this (from the inside.java website):

There is a plan to disable annotation compilers by default.

A flag on the command line will need to be added to enable them (by name, path, or module path).

The issue points that build tools are used anytime now, and as annotation processors are used at build time the command line flag could be added to the build tool.

Regarding how common annotation processors are (Micronaut, Lombok, even Quarkus for some extensions, ...) I wonder if it will be another pain in our Java developer life ...

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here