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 router-gradle-plugin-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.chiclaim.router.plugin.bean
├─ com.chiclaim.router.plugin.bean.AnnotationBean.class - [JAR]
├─ com.chiclaim.router.plugin.bean.GlobalInfo.class - [JAR]
├─ com.chiclaim.router.plugin.bean.RouterConfig.class - [JAR]
com.chiclaim.router.plugin.handler.impl
├─ com.chiclaim.router.plugin.handler.impl.RouterInitHandler.class - [JAR]
com.chiclaim.router.plugin.util
├─ com.chiclaim.router.plugin.util.Utils.class - [JAR]
com.chiclaim.router.plugin.generate
├─ com.chiclaim.router.plugin.generate.RestoreGenerator.class - [JAR]
├─ com.chiclaim.router.plugin.generate.RouterInitGenerator.class - [JAR]
com.chiclaim.router.plugin
├─ com.chiclaim.router.plugin.RouterPlugin.class - [JAR]
com.chiclaim.router.plugin.handler
├─ com.chiclaim.router.plugin.handler.IAttention.class - [JAR]
├─ com.chiclaim.router.plugin.handler.IAttentionAnnotation.class - [JAR]
├─ com.chiclaim.router.plugin.handler.IAttentionClass.class - [JAR]
├─ com.chiclaim.router.plugin.handler.IFieldVisitorHandler.class - [JAR]
├─ com.chiclaim.router.plugin.handler.IHandler.class - [JAR]
├─ com.chiclaim.router.plugin.handler.IUpdate.class - [JAR]
├─ com.chiclaim.router.plugin.handler.SimpleHandler.class - [JAR]
com.chiclaim.router.plugin.visitor
├─ com.chiclaim.router.plugin.visitor.CodeScanClassVisitor.class - [JAR]