-
Core Java
New Javadoc Tags @apiNote, @implSpec and @implNote
If you’re already using Java 8, you might have seen some new Javadoc tags: @apiNote, @implSpec and @implNote. What’s up…
Read More » -
Core Java
Multiple Return Statements
I once heard that in the past people strived for methods to have a single exit point. I understood this…
Read More » -
Desktop Java
Don’t Remove Listeners – Use ListenerHandles
Listening to an observable instance and reacting to its changes is fun. Doing what is necessary to interrupt or end…
Read More » -
Core Java
Instances of Non-Capturing Lambdas
Roughly a month ago, I summarized Brian Goetz’ peek under the hood of lambda expressions in Java 8. Currently I’m…
Read More »