Description
Compiled Java classes and libraries can be viewed as decompiled source inside Eclipse. It is useful for developers debugging dependencies or understanding bytecode-only libraries.
Decompilation may be restricted by licenses and can produce imperfect source. Use it only where allowed and verify behavior against the original binary.