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 apt-1.2.0-rc1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.therouter.inject
├─ com.therouter.inject.NewInstance.class - [JAR]
├─ com.therouter.inject.ServiceProvider.class - [JAR]
├─ com.therouter.inject.Singleton.class - [JAR]
com.therouter.app.flowtask.lifecycle
├─ com.therouter.app.flowtask.lifecycle.FlowTask.class - [JAR]
com.therouter.router
├─ com.therouter.router.Autowired.class - [JAR]
├─ com.therouter.router.Route.class - [JAR]
├─ com.therouter.router.Routes.class - [JAR]
com.therouter.ksp
├─ com.therouter.ksp.SimpleClassGeneratorProcessorProvider.class - [JAR]
├─ com.therouter.ksp.TheRouterSymbolProcessor.class - [JAR]
├─ com.therouter.ksp.TheRouterSymbolProcessorKt.class - [JAR]
com.therouter.apt
├─ com.therouter.apt.ActionInterceptorItem.class - [JAR]
├─ com.therouter.apt.AutowiredItem.class - [JAR]
├─ com.therouter.apt.BuildConfig.class - [JAR]
├─ com.therouter.apt.FileUtilsKt.class - [JAR]
├─ com.therouter.apt.FlowTaskItem.class - [JAR]
├─ com.therouter.apt.RouteItem.class - [JAR]
├─ com.therouter.apt.ServiceProviderItem.class - [JAR]
├─ com.therouter.apt.TheRouterAnnotationProcessor.class - [JAR]
├─ com.therouter.apt.TheRouterAnnotationProcessorKt.class - [JAR]
com.therouter.router.action
├─ com.therouter.router.action.ActionInterceptor.class - [JAR]