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 privilege-api-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.privilege.api.api
├─ com.github.houbb.privilege.api.api.IPrivilege.class - [JAR]
├─ com.github.houbb.privilege.api.api.IPrivilegeAcquire.class - [JAR]
├─ com.github.houbb.privilege.api.api.IPrivilegeContext.class - [JAR]
├─ com.github.houbb.privilege.api.api.IPrivilegeInfo.class - [JAR]
├─ com.github.houbb.privilege.api.api.IPrivilegeOwn.class - [JAR]
com.github.houbb.privilege.api.annotation
├─ com.github.houbb.privilege.api.annotation.PrivilegeAcquire.class - [JAR]
com.github.houbb.privilege.api.exception
├─ com.github.houbb.privilege.api.exception.PrivilegeRuntimeException.class - [JAR]