cxxr / better-java

Resources for writing modern Java
Other
5.79k stars 730 forks source link

Mention AutoValue and Lombok in struct and builder sections #9

Closed kilink closed 8 years ago

kilink commented 9 years ago

I think it would be worthwhile to mention AutoValue and Lombok @Data and @Builder annotations in the section about structs and builders. They both do what you want without the boilerplate.

p.s. I like your style guide! I should definitely put something like this together to share with my team.

esnellman commented 9 years ago

http://immutables.github.io/

cxxr commented 9 years ago

My original concern was that IDEs didn't support these well, but that appears not to be true anymore. I think they'd make good additions.

ashleyconnor commented 8 years ago

Intellij supports Lombok.