Skip to content

[FEATURE] #52

@Harshgupta88156

Description

@Harshgupta88156

Suggestion: Use Lombok Annotations to Reduce Boilerplate Code

I noticed that the project currently defines getters and setters manually across multiple classes.
This adds unnecessary boilerplate and makes the codebase harder to maintain as it grows.

By introducing Lombok, we can simplify the code significantly using annotations such as:

Benefits:

Improved readability and maintainability: Removes repetitive getter/setter code and keeps classes focused on logic.

Reduced boilerplate: Cleaner and more concise class definitions.

Better consistency: Avoids human errors and inconsistencies when manually writing accessors.

Easy integration: Lombok works seamlessly with existing Spring Boot and Gradle/Maven builds.

For eg in this file
Image

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions