Community

How to Unit Test Your Annotation Processor using jOOR

(lukaseder) Annotation processors can be useful as a hacky workaround to get some language feature into the Java language. The best example is Lombok, which enhances the Java language with quite a few annotation-based features.