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 mkstubs-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lxzh123.mkstubs.stubber
├─ com.lxzh123.mkstubs.stubber.ClassStubber.class - [JAR]
├─ com.lxzh123.mkstubs.stubber.MethodStubber.class - [JAR]
com.lxzh123.mkstubs
├─ com.lxzh123.mkstubs.AsmAnalyzer.class - [JAR]
├─ com.lxzh123.mkstubs.Filter.class - [JAR]
├─ com.lxzh123.mkstubs.FilterClassAdapter.class - [JAR]
├─ com.lxzh123.mkstubs.Logger.class - [JAR]
├─ com.lxzh123.mkstubs.MKStubs.class - [JAR]
├─ com.lxzh123.mkstubs.Main.class - [JAR]
├─ com.lxzh123.mkstubs.Params.class - [JAR]
├─ com.lxzh123.mkstubs.SourceGenerator.class - [JAR]
├─ com.lxzh123.mkstubs.StubGenerator.class - [JAR]
com.lxzh123.mkstubs.sourcer
├─ com.lxzh123.mkstubs.sourcer.AccessSourcer.class - [JAR]
├─ com.lxzh123.mkstubs.sourcer.AnnotationSourcer.class - [JAR]
├─ com.lxzh123.mkstubs.sourcer.ClassSourcer.class - [JAR]
├─ com.lxzh123.mkstubs.sourcer.FieldSourcer.class - [JAR]
├─ com.lxzh123.mkstubs.sourcer.MethodSourcer.class - [JAR]
├─ com.lxzh123.mkstubs.sourcer.Output.class - [JAR]
├─ com.lxzh123.mkstubs.sourcer.SignatureSourcer.class - [JAR]