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 greendao-generate-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ichenkaihua.greendao.annotation
├─ com.github.ichenkaihua.greendao.annotation.EntityInject.class - [JAR]
├─ com.github.ichenkaihua.greendao.annotation.GenerateConfig.class - [JAR]
├─ com.github.ichenkaihua.greendao.annotation.SchemaConfig.class - [JAR]
com.github.ichenkaihua.greendao.pojo
├─ com.github.ichenkaihua.greendao.pojo.GenerateInfo.class - [JAR]
├─ com.github.ichenkaihua.greendao.pojo.SchemaInfo.class - [JAR]
com.github.ichenkaihua.greendao.service
├─ com.github.ichenkaihua.greendao.service.GenerateService.class - [JAR]