Hi,
Is it possible to move some/all Java compiler args, e.g. "allow unknown", into the @CompiledJson annotation as options. That way, one can work with such options directly within the Java code, instead of messing with the build tools like Maven/Gradle.
With some recent upgrades of Maven/Java versions, I am running into some Maven compiler issues while trying to pass in such options as compiler args. I am still trying to figure out the exact cause of the errors but that is beside the point of this request: It'd be much nicer if such options can be done within the Java code/annotation itself.
Thanks!