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 aj-fast-doc-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ajaxjs.fast_doc
├─ com.ajaxjs.fast_doc.FastDoc.class - [JAR]
├─ com.ajaxjs.fast_doc.FastDocRun.class - [JAR]
├─ com.ajaxjs.fast_doc.Model.class - [JAR]
├─ com.ajaxjs.fast_doc.Params.class - [JAR]
├─ com.ajaxjs.fast_doc.Util.class - [JAR]
com.ajaxjs.fast_doc.annotation
├─ com.ajaxjs.fast_doc.annotation.CustomAnnotationParser.class - [JAR]
├─ com.ajaxjs.fast_doc.annotation.SpringMvcAnnotationParser.class - [JAR]
com.ajaxjs.fast_doc.doclet
├─ com.ajaxjs.fast_doc.doclet.DocModel.class - [JAR]
├─ com.ajaxjs.fast_doc.doclet.JavaDocParser.class - [JAR]