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 wingframework-annotation-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wing321.annotations.runtime.persistence
├─ com.wing321.annotations.runtime.persistence.Column.class - [JAR]
├─ com.wing321.annotations.runtime.persistence.Comment.class - [JAR]
├─ com.wing321.annotations.runtime.persistence.Id.class - [JAR]
├─ com.wing321.annotations.runtime.persistence.Table.class - [JAR]
com.wing321.annotations.runtime.version
├─ com.wing321.annotations.runtime.version.Version.class - [JAR]
com.wing321.annotations.runtime.springmvc
├─ com.wing321.annotations.runtime.springmvc.AutoEncoding.class - [JAR]
com.wing321.annotations.devtime
├─ com.wing321.annotations.devtime.CreateTable.class - [JAR]
├─ com.wing321.annotations.devtime.StoreData.class - [JAR]
├─ com.wing321.annotations.devtime.TestOrder.class - [JAR]