Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[conf] Clean up ServiceConfiguration to use lombok getter and setter (a…
…pache#3101) *Motivation* Each time we add a new setting, we need to add one setter and one getter method. This change is to remove those setters and getters, to use lombok @Setter and @Getter. It will make life easier.
- Loading branch information