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 mybatis-tiny-base-3.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.penglecode.codeforce.mybatistiny.annotations
├─ com.penglecode.codeforce.mybatistiny.annotations.Column.class - [JAR]
├─ com.penglecode.codeforce.mybatistiny.annotations.GenerationType.class - [JAR]
├─ com.penglecode.codeforce.mybatistiny.annotations.Id.class - [JAR]
├─ com.penglecode.codeforce.mybatistiny.annotations.Table.class - [JAR]
├─ com.penglecode.codeforce.mybatistiny.annotations.Transient.class - [JAR]
com.penglecode.codeforce.mybatistiny.type
├─ com.penglecode.codeforce.mybatistiny.type.Jackson2TypeHandler.class - [JAR]
├─ com.penglecode.codeforce.mybatistiny.type.JsonTypeHandler.class - [JAR]