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-cache-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.cache.core
├─ org.appops.cache.core.CacheService.class - [JAR]
org.appops.cache.event
├─ org.appops.cache.event.Condition.class - [JAR]
├─ org.appops.cache.event.EventSubscriber.class - [JAR]
├─ org.appops.cache.event.ServiceEvent.class - [JAR]
├─ org.appops.cache.event.Subscriber.class - [JAR]
├─ org.appops.cache.event.SubscriberRegistry.class - [JAR]
org.appops.cache.slim
├─ org.appops.cache.slim.Cache.class - [JAR]
├─ org.appops.cache.slim.CacheSlimModule.class - [JAR]
├─ org.appops.cache.slim.ServiceBus.class - [JAR]