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 spring-permissions-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.encryptorcode.permissions.abstracts
├─ io.github.encryptorcode.permissions.abstracts.PermissionHandler.class - [JAR]
├─ io.github.encryptorcode.permissions.abstracts.Pipeline.class - [JAR]
io.github.encryptorcode.permissions.service
├─ io.github.encryptorcode.permissions.service.PermissionInterceptor.class - [JAR]
├─ io.github.encryptorcode.permissions.service.PermissionManager.class - [JAR]
├─ io.github.encryptorcode.permissions.service.ReflectionsHelper.class - [JAR]
├─ io.github.encryptorcode.permissions.service.Variables.class - [JAR]
├─ io.github.encryptorcode.permissions.service.VariablesResolver.class - [JAR]
io.github.encryptorcode.permissions.entities
├─ io.github.encryptorcode.permissions.entities.HandlerData.class - [JAR]
├─ io.github.encryptorcode.permissions.entities.PermissionManagerException.class - [JAR]
io.github.encryptorcode.permissions.annotations
├─ io.github.encryptorcode.permissions.annotations.Handler.class - [JAR]
├─ io.github.encryptorcode.permissions.annotations.HandlerVariable.class - [JAR]
├─ io.github.encryptorcode.permissions.annotations.Permission.class - [JAR]
├─ io.github.encryptorcode.permissions.annotations.Permissions.class - [JAR]