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 miniframework-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.vczyh.miniframework.annotation
├─ com.vczyh.miniframework.annotation.Action.class - [JAR]
├─ com.vczyh.miniframework.annotation.Controller.class - [JAR]
├─ com.vczyh.miniframework.annotation.Inject.class - [JAR]
├─ com.vczyh.miniframework.annotation.Service.class - [JAR]
com.vczyh.miniframework.bean
├─ com.vczyh.miniframework.bean.Data.class - [JAR]
├─ com.vczyh.miniframework.bean.Handler.class - [JAR]
├─ com.vczyh.miniframework.bean.Param.class - [JAR]
├─ com.vczyh.miniframework.bean.Request.class - [JAR]
├─ com.vczyh.miniframework.bean.View.class - [JAR]
com.vczyh.miniframework.core
├─ com.vczyh.miniframework.core.ClassHelper.class - [JAR]
├─ com.vczyh.miniframework.core.ConfigHelper.class - [JAR]
com.vczyh.miniframework
├─ com.vczyh.miniframework.ConfigConstant.class - [JAR]
├─ com.vczyh.miniframework.DispatcherServlet.class - [JAR]
├─ com.vczyh.miniframework.FrameworkConstant.class - [JAR]
├─ com.vczyh.miniframework.HelperLoader.class - [JAR]
com.vczyh.miniframework.test
├─ com.vczyh.miniframework.test.ControllerTest.class - [JAR]
com.vczyh.miniframework.util
├─ com.vczyh.miniframework.util.ArrayUtil.class - [JAR]
├─ com.vczyh.miniframework.util.CastUtil.class - [JAR]
├─ com.vczyh.miniframework.util.ClassUtil.class - [JAR]
├─ com.vczyh.miniframework.util.CodeUtil.class - [JAR]
├─ com.vczyh.miniframework.util.CollectionUtil.class - [JAR]
├─ com.vczyh.miniframework.util.JsonUtil.class - [JAR]
├─ com.vczyh.miniframework.util.PropsUtil.class - [JAR]
├─ com.vczyh.miniframework.util.ReflectionUtil.class - [JAR]
├─ com.vczyh.miniframework.util.StreamUtil.class - [JAR]
├─ com.vczyh.miniframework.util.StringUtil.class - [JAR]
com.vczyh.miniframework.helper
├─ com.vczyh.miniframework.helper.ControllerHelper.class - [JAR]
com.vczyh.miniframework.ioc
├─ com.vczyh.miniframework.ioc.BeanHelper.class - [JAR]
├─ com.vczyh.miniframework.ioc.IocHelper.class - [JAR]