Java decompiler

For many years, I’ve been using JAD decompiler for decompiling Java class files (integrates nicely in vim). However, this decompiler hasn’t been actively maintained for a long time and doesn’t handle features introduced with Java 5 and beyond.

Today, I came across a list of actively maintained decompilers for Java (cfr and procyon are promising):
https://stackoverflow.com/a/272550/4698227