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 injektor-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.kream.injektor
├─ io.kream.injektor.Injektor.class - [JAR]
io.kream.injektor.context
├─ io.kream.injektor.context.Context.class - [JAR]
├─ io.kream.injektor.context.Factory.class - [JAR]
├─ io.kream.injektor.context.NoSuchFactoryException.class - [JAR]
├─ io.kream.injektor.context.ReflectiveFactory.class - [JAR]
├─ io.kream.injektor.context.SingletonFactory.class - [JAR]
├─ io.kream.injektor.context.ValueFactory.class - [JAR]