Y
Hacker News
new
|
ask
|
show
|
jobs
by
fragola
3587 days 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/
1 comments
djhworld
3586 days ago
Some things in Lombok seem redundant to me, especially with Java 7 and 8.
For example the @Cleanup annotation.
link
For example the @Cleanup annotation.