5
points
EN

Lombok is incredibly popular for basic Java classes. But it introduces some dangerous pitfalls when used together with Hibernate.
you can use the @Getter, @Setter, and @Builder annotation without breaking your application
annotations to avoid: @Data, @ToString and @EqualsAndHashCode
0 comments
Show comments
Add comment