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-plus-ext-autotable-annotation-3.5.3.2-EXT501.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tangzc.mpe.autotable.annotation
├─ com.tangzc.mpe.autotable.annotation.Column.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.ColumnComment.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.ColumnDefault.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.ColumnId.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.ColumnType.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.Ignore.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.Index.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.IndexField.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.NotNull.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.Table.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.TableIndex.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.TableIndexes.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.UniqueIndex.class - [JAR]
com.tangzc.mpe.autotable.annotation.enums
├─ com.tangzc.mpe.autotable.annotation.enums.DefaultValueEnum.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.enums.IndexSortTypeEnum.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.enums.IndexTypeEnum.class - [JAR]
com.tangzc.mpe.autotable.annotation.mysql
├─ com.tangzc.mpe.autotable.annotation.mysql.MysqlCharset.class - [JAR]
├─ com.tangzc.mpe.autotable.annotation.mysql.MysqlEngine.class - [JAR]