Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Lombok dependency #24

Closed
iammohsinar opened this issue Jul 10, 2024 · 3 comments · Fixed by #26
Closed

Add support for Lombok dependency #24

iammohsinar opened this issue Jul 10, 2024 · 3 comments · Fixed by #26
Assignees
Labels
enhancement Improves or refines

Comments

@iammohsinar
Copy link

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.

@AmrElsayyad
Copy link
Collaborator

Good idea. I will work on this.

@AmrElsayyad AmrElsayyad self-assigned this Jul 13, 2024
@abhi9720
Copy link
Owner

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.

@abhi9720 abhi9720 added the enhancement Improves or refines label Jul 13, 2024
@AmrElsayyad
Copy link
Collaborator

@abhi9720
Yes, I was thinking that, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves or refines
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants