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 can see a lot setter and getter methods and autowired annotations on service layer. To look more clear and readable we can add lombok support in backend system.
The text was updated successfully, but these errors were encountered:
What If we use both Record and Lombok? Records: for simple, immutable data structures like DTOs used in API responses. Lombok: for more complex and mutable classes, such as entities and DTOs that need additional behaviour or configuration.
I can see a lot setter and getter methods and autowired annotations on service layer. To look more clear and readable we can add lombok support in backend system.
The text was updated successfully, but these errors were encountered: