Zeyad Nasef created FINERACT-2061:
-------------------------------------
Summary: Introduce Lombok to the Core module
(infrastructure/dataqueries)
Key: FINERACT-2061
URL: https://issues.apache.org/jira/browse/FINERACT-2061
Project: Apache Fineract
Issue Type: Sub-task
Reporter: Zeyad Nasef
Fix For: 1.10.0
h3. *This task introduces Lombok annotations (Getter & AllArgsConstructor) to
fineract-core module.*
h3. 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{}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)