In this post under Lombok, I will explain with example the purpose and how to use “@Data” annotation. In all my previous posts under Lombok,1) if I need to add getter, setter I would add “@Getter” and “@Setter” annotation2) if I need to add toString method, I would add “@ToString” annotation3) if I need to…… Continue reading Using @Data annotation example