What macros or snippets should I have to make Java bearable?
What macros or snippets should I have to make Java bearable?
👤 huba Accepted Answer ✓
With Lombok you can forget much of the boilerplate code https://projectlombok.org/features/; also have a look at the newer frameworks and their features like Quarkus or Micronaut
👤 stop50
I find kotlin easier to use than java and its fully compatible with java.