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 ms-core-db-0.2.5.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.msop.core.db.annotation
├─ tech.msop.core.db.annotation.MsTable.class - [JAR]
├─ tech.msop.core.db.annotation.MsTableColumn.class - [JAR]
├─ tech.msop.core.db.annotation.MsTableId.class - [JAR]
tech.msop.core.db.exception
├─ tech.msop.core.db.exception.AnnotationException.class - [JAR]
├─ tech.msop.core.db.exception.MsTableException.class - [JAR]
tech.msop.core.db.properties
├─ tech.msop.core.db.properties.MsDbProperties.class - [JAR]
tech.msop.core.db.config
├─ tech.msop.core.db.config.DbConfiguration.class - [JAR]
├─ tech.msop.core.db.config.TableBeanPostProcessor.class - [JAR]
tech.msop.core.db.enums
├─ tech.msop.core.db.enums.MsDbEnum.class - [JAR]