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 naked-spi-0.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nakedosgi.spi.processors
├─ org.nakedosgi.spi.processors.ServiceProviderAnnotationProcessor.class - [JAR]
├─ org.nakedosgi.spi.processors.ServiceProviderProcessor.class - [JAR]
├─ org.nakedosgi.spi.processors.SimpleMultiMap.class - [JAR]
├─ org.nakedosgi.spi.processors.Util.class - [JAR]
org.nakedosgi.spi
├─ org.nakedosgi.spi.ServiceProvider.class - [JAR]
├─ org.nakedosgi.spi.ServiceProviderAnnotation.class - [JAR]