Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Other useful Annotations:

@ToString

@Builder

@NoArgsConstructor

@RequiredArgsConstructor

@EqualsAndHashCode @AllArgsConstructor and lot more ..


IDE's like Eclipse & IntelliJ does not detect the lombok annotations by default.

...