cryptimeleon / incentive-system

A cryptographic incentive system.
Apache License 2.0
3 stars 0 forks source link

Remove lombok #184

Closed this-kramer closed 1 year ago

this-kramer commented 1 year ago

Reason for this PR:

Removing Lombok makes the project more accessible and resolves some compatibility problems from the past. However, for this, we need to add the code that was generated by Lombok using the delombok tool and some postprocessing.

this-kramer commented 1 year ago

Spot-checked. Will obviously not check all 119 files 😄

Sure 😄 The changes are primarily automatic code generation and refactoring with some careful manual cleanup in the end.