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-annotation-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.richardwrq.krouter.annotation.model
├─ com.github.richardwrq.krouter.annotation.model.InjectorMetaData.class - [JAR]
├─ com.github.richardwrq.krouter.annotation.model.InterceptorMetaData.class - [JAR]
├─ com.github.richardwrq.krouter.annotation.model.RouteMetadata.class - [JAR]
com.github.richardwrq.krouter.annotation
├─ com.github.richardwrq.krouter.annotation.Inject.class - [JAR]
├─ com.github.richardwrq.krouter.annotation.Interceptor.class - [JAR]
├─ com.github.richardwrq.krouter.annotation.Provider.class - [JAR]
├─ com.github.richardwrq.krouter.annotation.Route.class - [JAR]
├─ com.github.richardwrq.krouter.annotation.RouteType.class - [JAR]
├─ com.github.richardwrq.krouter.annotation.UtilsKt.class - [JAR]