Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
This task introduces Lombok annotations (Getter & AllArgsConstructor) to fineract-core module.
The following are done:
• Refactoring in ReportParameterJoinData Class:
- Removed the getter method from the ReportParameterJoinData class and replaced it with the @Getter annotation.
• Constructor Modification in ReportParameterJoinData Class:
- Removed the class constructor and replaced it with the @AllArgsConstructor annotation.
• Backward Compatibility:
- Ensured backward compatibility with other classes that use ReportParameterJoinData.
Attachments
Issue Links
- links to