An open API service indexing awesome lists of open source software.

https://github.com/rameshmf/project-lombok-tutorial

Project Lombok annotations example
https://github.com/rameshmf/project-lombok-tutorial

Last synced: about 1 year ago
JSON representation

Project Lombok annotations example

Awesome Lists containing this project

README

          



Related Project Lombok Articles



1. Project Lombok - @NonNull Annotation Example


2. Project Lombok - Getter, Setter and Constructor Example 


3. Project Lombok - toString(), equals() and hashCode() Method Example


4. Project Lombok - @Data Annotation Example

5. Project Lombok - Builder Pattern using @Builder Annotation


6. Project Lombok - Logging @Slf4j Annotation Example

7. Project Lombok - Automatic Resource Management using @Cleanup


8. Project Lombok - @Synchronized Annotation Example