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
Remove Lombok annotations and add explicit getter methods
Lombok's `@Getter` and `@Accessors` annotations were removed for clarity and explicit control of code. Corresponding explicit getter methods were added to maintain access to class properties while improving code readability and maintainability.
0 commit comments