You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that many entity classes like BaseEntity, Person, NamedEntity manually define getters and setters.
Would you be open to introducing Lombok (e.g. @Getter, @Setter, @DaTa) to simplify these?
Happy to raise a PR if this aligns with the project’s style preference.