Pregunta

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!

¿Fue útil?

Solución

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.

Otros consejos

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
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top