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 common-result-2.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.bootmeta.exception
├─ io.github.bootmeta.exception.BizException.class - [JAR]
io.github.bootmeta.result.operate
├─ io.github.bootmeta.result.operate.DataResult.class - [JAR]
├─ io.github.bootmeta.result.operate.TotalDataResult.class - [JAR]
io.github.bootmeta
├─ io.github.bootmeta.R.class - [JAR]
io.github.bootmeta.result.constant
├─ io.github.bootmeta.result.constant.IErrorCode.class - [JAR]
├─ io.github.bootmeta.result.constant.OperateCode.class - [JAR]