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 orm-annotation-2.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cool.lazy.cat.orm.annotation
├─ cool.lazy.cat.orm.annotation.Column.class - [JAR]
├─ cool.lazy.cat.orm.annotation.Id.class - [JAR]
├─ cool.lazy.cat.orm.annotation.LogicDelete.class - [JAR]
├─ cool.lazy.cat.orm.annotation.ManyToOne.class - [JAR]
├─ cool.lazy.cat.orm.annotation.On.class - [JAR]
├─ cool.lazy.cat.orm.annotation.OneToMany.class - [JAR]
├─ cool.lazy.cat.orm.annotation.OneToOne.class - [JAR]
├─ cool.lazy.cat.orm.annotation.Parameter.class - [JAR]
├─ cool.lazy.cat.orm.annotation.Pojo.class - [JAR]
├─ cool.lazy.cat.orm.annotation.Table.class - [JAR]
├─ cool.lazy.cat.orm.annotation.Trigger.class - [JAR]
├─ cool.lazy.cat.orm.annotation.Validator.class - [JAR]