abdulwaheed18 / project-lombok

Introduction to Project Lombok

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Project Lombok

Copyright (c) 2020, WaheedTechblog.

Contributor: Abdul Waheed [abdulwaheed18@gmail.com]

https://github.com/abdulwaheed18/project-lombok

Project lombok tutorial will cover below annotations.

  • @Getter @Setter @NoArgsConstructor @AllArgsConstructor @EqualsAndHashCode @ToString
  • @Val
  • @SneakyThrows
  • @Builder
  • @Slf4j
  • @Cleanup

Generated Source Code

You can check the genertaed souce code in IntelliJ under Structure tab by just adding Lombok annotation. Generated Code by Elcipse

Another Way is to check generated .class file using javap command javap

Lombok Configuration in Eclipse/IntelliJ Idea

Please read my blog for lombok IDE configuration.

About

Introduction to Project Lombok


Languages

Language:Java 100.0%