I am an user (not a dev) of Lombok, and I'm facing issues with using Lombok in Netbeans.
Currently, lombok do not works (at least for me) with Netbeans if using Java 9. It does seem to work when I compile it by using Gradle at the command line. See this: https://github.com/rzwitserloot/lombok/issues/1435 Also, if lombok, when doing its back-magic annotation processing is able to mess up netbeans, so something else would probably also be. Although the lombok guys will eventually fix this issue on their side and even if it is unfeasible to handle every case of a broken annotation processor messing with the IDE for whichever reason, Netbeans should at least try to handle this issue graciously. Victor Williams Stafusa da Silva
