-
After converting a good portion of our code base to modules and writing a OSS library that tries to embrace it I have some addendums or caveats that I think Nicolai missed:
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
The typical solution for the above is ironically to use a another annotation processor to generate the services registration like Kohsuke metainf-services.
-
And then you have to use moditect to generate a module-info.java and this is again because the annotation processor will pick up the provides Processor with YourAnnotationProcessor.
-