8
java champions speaking out against lombok
(www.linkedin.com)
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
I thought that the whole point of Lombok is that it's not reflection based, they explicitly refuse to use reflection as a design principle. Afaik lombok statically generates methods and classes at pre compile. That's why for example lombok does not support constructor inheritance or overloading.