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 plugin-dynamic-switching-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.fengzaiyao.plugin.dynamic.switching.register
├─ io.github.fengzaiyao.plugin.dynamic.switching.register.AnnotationBPPRegistrar.class - [JAR]
io.github.fengzaiyao.plugin.dynamic.switching
├─ io.github.fengzaiyao.plugin.dynamic.switching.DynamicSwitchAutoConfiguration.class - [JAR]
io.github.fengzaiyao.plugin.dynamic.switching.core
├─ io.github.fengzaiyao.plugin.dynamic.switching.core.DynamicParam.class - [JAR]
├─ io.github.fengzaiyao.plugin.dynamic.switching.core.DynamicSwitch.class - [JAR]
├─ io.github.fengzaiyao.plugin.dynamic.switching.core.SwitchStrategy.class - [JAR]
io.github.fengzaiyao.plugin.dynamic.switching.constant
├─ io.github.fengzaiyao.plugin.dynamic.switching.constant.Constant.class - [JAR]
io.github.fengzaiyao.plugin.dynamic.switching.util
├─ io.github.fengzaiyao.plugin.dynamic.switching.util.AnnotationUtil.class - [JAR]
├─ io.github.fengzaiyao.plugin.dynamic.switching.util.ExpressionUtil.class - [JAR]
├─ io.github.fengzaiyao.plugin.dynamic.switching.util.InvokeUtil.class - [JAR]
io.github.fengzaiyao.plugin.dynamic.switching.processor
├─ io.github.fengzaiyao.plugin.dynamic.switching.processor.BaseAnnotationInjectBPP.class - [JAR]
├─ io.github.fengzaiyao.plugin.dynamic.switching.processor.DynamicSwitchInjectBPP.class - [JAR]