The Maven Compiler plugin supports declaration of annotation processors like this:
<annotationProcessors>
<annotationProcessor>org.checkerframework.checker.nullness.NullnessChecker</annotationProcessor>
</annotationProcessors>
When I use this with the Groovy Eclipse plugin, an error occurs:
Compilation failure
[ERROR] Failure executing groovy-eclipse compiler:
[ERROR] Unrecognized option : -processor
The Maven Compiler plugin supports declaration of annotation processors like this:
When I use this with the Groovy Eclipse plugin, an error occurs: