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 krouter-compiler-0.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.richardwrq.krouter.compiler.processor
├─ com.github.richardwrq.krouter.compiler.processor.BaseProcessor.class - [JAR]
├─ com.github.richardwrq.krouter.compiler.processor.InjectProcessor.class - [JAR]
├─ com.github.richardwrq.krouter.compiler.processor.InterceptorProcessor.class - [JAR]
├─ com.github.richardwrq.krouter.compiler.processor.ProviderProcessor.class - [JAR]
├─ com.github.richardwrq.krouter.compiler.processor.RouteProcessor.class - [JAR]
com.github.richardwrq.krouter.compiler
├─ com.github.richardwrq.krouter.compiler.Logger.class - [JAR]
├─ com.github.richardwrq.krouter.compiler.Utils.class - [JAR]