What lombok annotations are mandatory for a JPA entity
What lombok annotations are mandatory for a JPA entity, I am thinking of removing and @AllArgsConstructor
. Should I remove @Data
as well since I am overriding
What lombok annotations are mandatory for a JPA entity, I am thinking of removing and @AllArgsConstructor
. Should I remove @Data
as well since I am overriding