lslaoang / E-Hymnal

1 stars 0 forks source link

Refactor codes | Use @Data annotation instead of getter, setter and c… #26

Closed rejpang closed 1 year ago

rejpang commented 1 year ago

Refactor codes | Use @Data annotation instead of getter, setter, tostring and constructor annotations

Closes #25

lslaoang commented 1 year ago

Please use @Data to Class that has reusable properties like Model or Configuration.

rejpang commented 1 year ago

Noted on this! please see may latest commit. Now, I only applied the @Data annotation to model classes