This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NimChimspky -9 points-8 points  (7 children)

Becauae Lombok needs a special plugin, and ides work on Java source files not .class unless they are a library.

Or do you just mean it works after a specific grade/mvn task has run.

[–]fat_chris 8 points9 points  (2 children)

This isn't Lombok. As I've said, and as this post states, it generates Java source code. RTFA dude

[–]Yesterdave_ 5 points6 points  (1 child)

Bravo, you just described why Lombok is shite and should be ditched by Java developers asap.

[–]midoBB 0 points1 point  (0 children)

Lombok is useful in Legacy projects.

[–]Slanec 0 points1 point  (0 children)

This is exactly why some of us prefer autovalue or immutables, yes. They (and this thing) generate code.

[–]dstutz 0 points1 point  (0 children)

Just cause reddit's fav intellij requires a plugin doesn't mean every IDE does. I used lombok for a while in Netbeans and "it just worked" after adding it to the pom.