pet-clinic-jvm
pet-clinic-jvm copied to clipboard
kotlin-noarg + redundant controller annotations
Applying kotlin-noarg to generate default constructors. Removing redundant arguments from controller annotations.
I really like how much noise this has removed from the Kotlin solution. Especially the constructor stuff in the Pet class.