问题
I see that most of the Java decompilers support till Java 7.
Are there any decompilers which support Java 8 - especially Lambda expressions?
I want to run such a decompiler in my ubuntu machine.
回答1:
Procyon and CFR both support Java 8 language features, including lambda expessions and method references.
来源:https://stackoverflow.com/questions/26304492/decompiler-supporting-java-8