#java
Read more stories on Hashnode
Articles with this tag
Lombok is an amazing library that reduces boilerplate code in Java thanks to annotations processed at compile time. I use it heavily in my personal...
Fat jars are a good way to package java applications, whether they are command-line programs or GUIs. However, a jar differs from other executables:...