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!

有帮助吗?

解决方案

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.

其他提示

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
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top