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 matrix-common-1.0.2.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.matrix.common
├─ com.github.matrix.common.TrieTree.class - [JAR]
com.github.matrix.common.exception
├─ com.github.matrix.common.exception.BizException.class - [JAR]
com.github.matrix.common.query
├─ com.github.matrix.common.query.PageQuery.class - [JAR]
com.github.matrix.common.annotation
├─ com.github.matrix.common.annotation.ParamLog.class - [JAR]
com.github.matrix.common.resp
├─ com.github.matrix.common.resp.BaseCodeEnum.class - [JAR]
├─ com.github.matrix.common.resp.BaseResult.class - [JAR]
├─ com.github.matrix.common.resp.BaseResultCodeEnum.class - [JAR]