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 wits-maven-plugin-0.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.jcustenborder.netty.wits
├─ com.github.jcustenborder.netty.wits.HelpMojo.class - [JAR]
├─ com.github.jcustenborder.netty.wits.RecordGenerator.class - [JAR]
├─ com.github.jcustenborder.netty.wits.StructCodeGenerator.class - [JAR]
├─ com.github.jcustenborder.netty.wits.StructGeneratorPlugin.class - [JAR]
├─ com.github.jcustenborder.netty.wits.WITSModelGeneratorPlugin.class - [JAR]
com.github.jcustenborder.netty.wits.model
├─ com.github.jcustenborder.netty.wits.model.ImmutableField.class - [JAR]
├─ com.github.jcustenborder.netty.wits.model.ImmutableRecord.class - [JAR]
├─ com.github.jcustenborder.netty.wits.model.Record.class - [JAR]