ended8월 27일· 1 sources

Why You Should Avoid @Data on JPA Entities

Why it matters

Lombok isn't necessarily the problem. Not understanding what it generates is. Under the hood, @Data is essentially a combination of several Lombok annotations: @Getter , @Setter , @ToString , @EqualsA...

1
Sources
+0
24h
Growth
5d
Active

Sources

Related Issues