Question

Is it possible to install project lombok in jboss developer studio?

When i run lombok.jar, i can only install it into a real eclipse.

Thanks!

Was it helpful?

Solution

I haven't tried it myself, but according to the source code since Lombok version 0.11.8 (released April 2013) the Lombok installer recognizes jboss developer studio.

Disclosure: I am a Lombok developer.

OTHER TIPS

You can Add it. I am using with my Jboss developer studio.

  1. Add jar to your classpath
  2. Make sure you enable annotation processing
  3. double click on lambok jar, it will automatically find the installed IDE, then click on proceed.
  4. Restart IDE
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top