DEV Community

Cover image for Never write another Getter-Setter method in Java again!
coder4life
coder4life

Posted on

Never write another Getter-Setter method in Java again!

With Project Lombok you can say goodbye to the code clutter that is getter-setter methods in your code. Adding but a few annotations to your fields/classes you will automagically get getter-setter methods available. This demo uses Spring Boot but that is not a requirement to use Project Lombok.

Top comments (0)