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 JG-All-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
wiki.xsx.jg.annotation
├─ wiki.xsx.jg.annotation.Comment.class - [JAR]
├─ wiki.xsx.jg.annotation.DataType.class - [JAR]
├─ wiki.xsx.jg.annotation.DefaultValue.class - [JAR]
├─ wiki.xsx.jg.annotation.Id.class - [JAR]
├─ wiki.xsx.jg.annotation.Ignore.class - [JAR]
├─ wiki.xsx.jg.annotation.IsAutoIncrement.class - [JAR]
├─ wiki.xsx.jg.annotation.IsNotNull.class - [JAR]
wiki.xsx.jg.core
├─ wiki.xsx.jg.core.AbstractService.class - [JAR]
├─ wiki.xsx.jg.core.Database.class - [JAR]
├─ wiki.xsx.jg.core.DatabaseAdapter.class - [JAR]
├─ wiki.xsx.jg.core.DatabaseService.class - [JAR]
├─ wiki.xsx.jg.core.Entity.class - [JAR]
├─ wiki.xsx.jg.core.Field.class - [JAR]
├─ wiki.xsx.jg.core.FileGenerator.class - [JAR]
├─ wiki.xsx.jg.core.MySQLService.class - [JAR]
├─ wiki.xsx.jg.core.OracleService.class - [JAR]
├─ wiki.xsx.jg.core.PostgreSQLService.class - [JAR]
├─ wiki.xsx.jg.core.SQLServerService.class - [JAR]
├─ wiki.xsx.jg.core.TableGenerator.class - [JAR]
wiki.xsx.jg.main
├─ wiki.xsx.jg.main.Generator.class - [JAR]
wiki.xsx.jg.log
├─ wiki.xsx.jg.log.Logger.class - [JAR]
wiki.xsx.jg.util
├─ wiki.xsx.jg.util.StrUtil.class - [JAR]