Skip to content

Ravishankarcode/lombok-features

Repository files navigation

lombok-features

Lombok is an opensource project that reduces boiler plate code in the Java Pojo's by using annotations in the class. The main advantage of Lombok is to get rid of generating getters & setters,class constructors, hashcode and equal method and many more (although the IDE generates it).

lombok-features-list

  1. @ToString Example

  2. @Setter And @Getter Example

  3. @EqualsAndHashCode Example

  4. @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsConstructor Example

  5. @Data Example

  6. @Log, @Slf4j and @Log4j2

Refrences

Lombok jar is available here

Ecliple Installation Step is here

All Features of lombok is here

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages