ErnestOrt / Trampoline

Admin Spring Boot Locally
http://ernestort.github.io/Trampoline/
Apache License 2.0
356 stars 82 forks source link

Removing Boiler plate Getter/Setter by introducing Lombok to the project #58

Closed arapaka closed 6 years ago

arapaka commented 6 years ago

Removed the boiler plate code Getters and setters by introducing [Project Lombok] jar (http://jnb.ociweb.com/jnb/jnbJan2010.html#gettersetter) . This will increase the flexibility of adding/ removing java fields to classes without having to worry about the usual methods (Getter, setter, toString, equals and Hashcode ) ..

arapaka commented 6 years ago

@ErnestOrt Could you review ?

ErnestOrt commented 6 years ago

Sure @arapaka

Thanks for this PR!

jtwalraven commented 6 years ago

Closing in favor of #65