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 appops-br-log-service-slim-1.0-RC-5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.appops.log.service.slim.core
├─ org.appops.log.service.slim.core.LogService.class - [JAR]
├─ org.appops.log.service.slim.core.LogServiceConfig.class - [JAR]
org.appops.log.service.slim.injection
├─ org.appops.log.service.slim.injection.LogServiceSlimModule.class - [JAR]
org.appops.log.service.slim.service
├─ org.appops.log.service.slim.service.HelloService.class - [JAR]
├─ org.appops.log.service.slim.service.Level.class - [JAR]
├─ org.appops.log.service.slim.service.LogMeta.class - [JAR]
├─ org.appops.log.service.slim.service.LogServiceManager.class - [JAR]