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 TDatabase-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.jy2694.annotation
├─ io.github.jy2694.annotation.Column.class - [JAR]
├─ io.github.jy2694.annotation.PrimaryKey.class - [JAR]
├─ io.github.jy2694.annotation.Table.class - [JAR]
io.github.jy2694
├─ io.github.jy2694.TDatabase.class - [JAR]
io.github.jy2694.database
├─ io.github.jy2694.database.CaseConverter.class - [JAR]
├─ io.github.jy2694.database.PlayerDatabaseManager.class - [JAR]
io.github.jy2694.exception
├─ io.github.jy2694.exception.ClassValidationException.class - [JAR]
├─ io.github.jy2694.exception.CloseDatabaseException.class - [JAR]
├─ io.github.jy2694.exception.ConnectionException.class - [JAR]
├─ io.github.jy2694.exception.DatabaseSaveException.class - [JAR]
├─ io.github.jy2694.exception.InitializeDatabaseException.class - [JAR]
├─ io.github.jy2694.exception.NoSuchInstanceInDatabaseException.class - [JAR]
├─ io.github.jy2694.exception.NotRegisteredClassException.class - [JAR]