upvote
some post processors have chains to execution (ex: lombok)
reply
You explicitly opt in by using a compiler plugin. Merely having it as a dependency, like in npm, doesn’t mean it can run code at build time.
reply