32
java9
7y

The biggest annoyance in Java for me is the absence of "real" properties. Writing getters and setters everywhere is ugly, you are generating them anyways.

Comments
  • 1
    100% agree with this! Also, great username :P
  • 3
    @LucaScorpion Thanks! Although in retrospective it might not have been a smart choice since it will be outdated in about three years ¯\_(ツ)_/¯
  • 1
    @java9 heh true, but then you can probably send dfox a mail to change it ;)
  • 4
    Lombok ftw
  • 0
    @LiamClark @java9 yeah, totally take a look at project Lombok, its beautiful :)
  • 1
    @azous I agree that Lombok is awesome! I have used it in a few projects and loved @Data.

    We're not using it at work though and it would be awesome if it were a language feature :)
  • 0
    You might want to try lombok. Annotations based #metaprogramming
Add Comment