6 ms·
I know this article is mostly about web development, but if you're interested in writing less Java code I encourage you to consider Lombok: https://projectlombo
by fragola 10y ago
I know this article is mostly about web development, but if you're interested in writing less Java code I encourage you to consider Lombok: https://projectlombok.org/ https://projectlombok.org/
- djhworld 10y agoSome things in Lombok seem redundant to me, especially with Java 7 and 8. For example the @Cleanup annotation.