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 spi-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.spi.constant
├─ com.github.houbb.spi.constant.SpiConst.class - [JAR]
com.github.houbb.spi.api.impl
├─ com.github.houbb.spi.api.impl.ExtensionLoader.class - [JAR]
com.github.houbb.spi.api
├─ com.github.houbb.spi.api.IExtensionLoader.class - [JAR]
com.github.houbb.spi.bs
├─ com.github.houbb.spi.bs.SpiBs.class - [JAR]
com.github.houbb.spi.exception
├─ com.github.houbb.spi.exception.SpiException.class - [JAR]
com.github.houbb.spi.annotation
├─ com.github.houbb.spi.annotation.SPI.class - [JAR]