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 QuickBeans-1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.schoolwow.quickbeans.handler
├─ cn.schoolwow.quickbeans.handler.GetBean.class - [JAR]
├─ cn.schoolwow.quickbeans.handler.GetBeanHandler.class - [JAR]
├─ cn.schoolwow.quickbeans.handler.RefreshHandler.class - [JAR]
├─ cn.schoolwow.quickbeans.handler.RegisterHandler.class - [JAR]
├─ cn.schoolwow.quickbeans.handler.Registerable.class - [JAR]
cn.schoolwow.quickbeans.domain
├─ cn.schoolwow.quickbeans.domain.BeanContext.class - [JAR]
cn.schoolwow.quickbeans.test
├─ cn.schoolwow.quickbeans.test.QuickBeansJUnit4ClassRunner.class - [JAR]
cn.schoolwow.quickbeans.util
├─ cn.schoolwow.quickbeans.util.PackageUtil.class - [JAR]
cn.schoolwow.quickbeans
├─ cn.schoolwow.quickbeans.QuickBeans.class - [JAR]
cn.schoolwow.quickbeans.annotation
├─ cn.schoolwow.quickbeans.annotation.Bean.class - [JAR]
├─ cn.schoolwow.quickbeans.annotation.Component.class - [JAR]
├─ cn.schoolwow.quickbeans.annotation.ComponentScan.class - [JAR]
├─ cn.schoolwow.quickbeans.annotation.Scheduled.class - [JAR]
├─ cn.schoolwow.quickbeans.annotation.Scope.class - [JAR]
├─ cn.schoolwow.quickbeans.annotation.ScopeType.class - [JAR]