@StandardException
I recently came across a little gem annotation from Lombok that I had never heard of before: @StandardException . You can annotate your Exception classes ( extends exception ) with this annotation, it will generate the usual constructors for your exception type that you would normally write. https://projectlombok.org/features/experimental/StandardException This is a small thing, but it can save…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.