What is Project Lombok?
Project Lombok is a java library which can be included in your java project and you will never have to write/generate boring getter/setter/equals etc. methods in your java class.
Lombok can be easily integrated with your IDE like Eclipse...