coner-tech / coner-core

DEPRECATED A REST API for autocross event operations
GNU Affero General Public License v3.0
7 stars 3 forks source link

Remove Lombok from the project #213

Closed carltonwhitehead closed 5 years ago

carltonwhitehead commented 5 years ago

Lombok causes the project to fail to build. Since we have only very minor dependencies on Lombok, let's just remove it.

Optionally rewrite classes using Lombok's constructor and builder annotations in Kotlin.