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 LitEz-Annotations-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zerro.litez.annotations.entity
├─ com.zerro.litez.annotations.entity.AutoMigrationSign.class - [JAR]
├─ com.zerro.litez.annotations.entity.ColumnDefine.class - [JAR]
├─ com.zerro.litez.annotations.entity.Entity.class - [JAR]
├─ com.zerro.litez.annotations.entity.Ignored.class - [JAR]
├─ com.zerro.litez.annotations.entity.PrimaryKey.class - [JAR]
com.zerro.litez.annotations.dao
├─ com.zerro.litez.annotations.dao.Dao.class - [JAR]
├─ com.zerro.litez.annotations.dao.Delete.class - [JAR]
├─ com.zerro.litez.annotations.dao.Insert.class - [JAR]
├─ com.zerro.litez.annotations.dao.Query.class - [JAR]
├─ com.zerro.litez.annotations.dao.Update.class - [JAR]