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 wb-model-attachment-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wangboot.model.attachment
├─ com.wangboot.model.attachment.IAttachmentListRelatedModel.class - [JAR]
├─ com.wangboot.model.attachment.IAttachmentListRelatedService.class - [JAR]
├─ com.wangboot.model.attachment.IAttachmentModel.class - [JAR]
├─ com.wangboot.model.attachment.IAttachmentService.class - [JAR]
com.wangboot.model.attachment.importer
├─ com.wangboot.model.attachment.importer.ExcelImporter.class - [JAR]
├─ com.wangboot.model.attachment.importer.IImporter.class - [JAR]
com.wangboot.model.attachment.exporter
├─ com.wangboot.model.attachment.exporter.ExcelExporter.class - [JAR]
├─ com.wangboot.model.attachment.exporter.IExporter.class - [JAR]