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!

Était-ce utile?

La 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.

Autres conseils

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
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top