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 continew-starter-data-core-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.continew.starter.data.core.function
├─ top.continew.starter.data.core.function.ISqlFunction.class - [JAR]
top.continew.starter.data.core.annotation
├─ top.continew.starter.data.core.annotation.Query.class - [JAR]
├─ top.continew.starter.data.core.annotation.QueryIgnore.class - [JAR]
top.continew.starter.data.core.util
├─ top.continew.starter.data.core.util.MetaUtils.class - [JAR]
├─ top.continew.starter.data.core.util.Table.class - [JAR]
top.continew.starter.data.core.enums
├─ top.continew.starter.data.core.enums.DatabaseType.class - [JAR]
├─ top.continew.starter.data.core.enums.QueryType.class - [JAR]