View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window java-kit-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.com.twoke.kit.annotation
├─ cn.com.twoke.kit.annotation.AnnotationMetadata.class - [JAR]
cn.com.twoke.kit.annotation.manager
├─ cn.com.twoke.kit.annotation.manager.AnnotationCompatibleManager.class - [JAR]
├─ cn.com.twoke.kit.annotation.manager.AnnotationManager.class - [JAR]
├─ cn.com.twoke.kit.annotation.manager.ExtensionField.class - [JAR]
cn.com.twoke.kit.runnable
├─ cn.com.twoke.kit.runnable.ITest.class - [JAR]
├─ cn.com.twoke.kit.runnable.RunnableWithParameter.class - [JAR]
├─ cn.com.twoke.kit.runnable.RunnableWithParameterAndReturn.class - [JAR]
├─ cn.com.twoke.kit.runnable.RunnableWithReturn.class - [JAR]