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 kos-injector-0.8.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.slf4j
├─ org.slf4j.LoggerInjectorFactory.class - [JAR]
kos.api
├─ kos.api.PluginExposedServicesLoader.class - [JAR]
├─ kos.api.WebServerEventListenerExposedServicesLoader.class - [JAR]
kos.injector
├─ kos.injector.InjectorImplementationLoader.class - [JAR]
├─ kos.injector.InjectorJobRunner.class - [JAR]
├─ kos.injector.InjectorJobRunnerInjectorFactory.class - [JAR]
├─ kos.injector.InjectorPlugin.class - [JAR]
├─ kos.injector.InjectorPluginInjectorFactory.class - [JAR]
├─ kos.injector.Slf4jProducer.class - [JAR]
├─ kos.injector.Slf4jProducerInjectorFactory.class - [JAR]