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)