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 annotation-0.99.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.heliorm.annotation
├─ com.heliorm.annotation.Column.class - [JAR]
├─ com.heliorm.annotation.ForeignKey.class - [JAR]
├─ com.heliorm.annotation.Ignore.class - [JAR]
├─ com.heliorm.annotation.Index.class - [JAR]
├─ com.heliorm.annotation.Indexes.class - [JAR]
├─ com.heliorm.annotation.Pojo.class - [JAR]
├─ com.heliorm.annotation.PrimaryKey.class - [JAR]