cremersstijn
cremersstijn

Reputation: 2395

Does project lombok works in jboss developer studio?

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!

Upvotes: 3

Views: 2093

Answers (2)

Ranjith Reddy
Ranjith Reddy

Reputation: 183

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

Upvotes: 3

Roel Spilker
Roel Spilker

Reputation: 34452

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.

Upvotes: 1

Related Questions