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 biz-plug-spring-boot-starter-1.0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.wearctic.plug
├─ cn.wearctic.plug.Invocation.class - [JAR]
├─ cn.wearctic.plug.PlugAutoConfiguration.class - [JAR]
├─ cn.wearctic.plug.PlugBeanPostProcessor.class - [JAR]
├─ cn.wearctic.plug.PlugContextCustomizer.class - [JAR]
├─ cn.wearctic.plug.PlugContextHolder.class - [JAR]
├─ cn.wearctic.plug.PlugEntranceAspect.class - [JAR]
cn.wearctic.plug.annotations
├─ cn.wearctic.plug.annotations.PlugEntrance.class - [JAR]
├─ cn.wearctic.plug.annotations.PlugHandler.class - [JAR]
cn.wearctic.plug.context
├─ cn.wearctic.plug.context.CompositePlugContext.class - [JAR]
├─ cn.wearctic.plug.context.PlugContext.class - [JAR]