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 mp-extra-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.lww0511.extra.interceptor
├─ top.lww0511.extra.interceptor.Many2ManyInterceptor.class - [JAR]
├─ top.lww0511.extra.interceptor.One2ManyInterceptor.class - [JAR]
├─ top.lww0511.extra.interceptor.One2OneInterceptor.class - [JAR]
├─ top.lww0511.extra.interceptor.PrintSqlInterceptor.class - [JAR]
top.lww0511.extra.utils
├─ top.lww0511.extra.utils.MpExtraUtil.class - [JAR]
├─ top.lww0511.extra.utils.SpringBeanFactoryUtils.class - [JAR]
top.lww0511.extra.config
├─ top.lww0511.extra.config.MybatisExtraConfig.class - [JAR]
top.lww0511.extra.annotation
├─ top.lww0511.extra.annotation.EnableMpExtra.class - [JAR]
├─ top.lww0511.extra.annotation.Many2Many.class - [JAR]
├─ top.lww0511.extra.annotation.One2Many.class - [JAR]
├─ top.lww0511.extra.annotation.One2One.class - [JAR]