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 final-annotation-web-1.5.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ifinalframework.web.annotation.servlet
├─ org.ifinalframework.web.annotation.servlet.Interceptor.class - [JAR]
org.ifinalframework.web.annotation.condition
├─ org.ifinalframework.web.annotation.condition.ConditionalOnReactiveWebApplication.class - [JAR]
├─ org.ifinalframework.web.annotation.condition.ConditionalOnServletWebApplication.class - [JAR]
org.ifinalframework.web.annotation.auth
├─ org.ifinalframework.web.annotation.auth.Auth.class - [JAR]
├─ org.ifinalframework.web.annotation.auth.AuthPermission.class - [JAR]
├─ org.ifinalframework.web.annotation.auth.PostAuth.class - [JAR]
org.ifinalframework.web.annotation.response
├─ org.ifinalframework.web.annotation.response.ResponseColumn.class - [JAR]
org.ifinalframework.web.annotation.bind
├─ org.ifinalframework.web.annotation.bind.RequestAction.class - [JAR]
├─ org.ifinalframework.web.annotation.bind.RequestEntity.class - [JAR]
├─ org.ifinalframework.web.annotation.bind.RequestExcelPart.class - [JAR]
├─ org.ifinalframework.web.annotation.bind.RequestJsonParam.class - [JAR]
├─ org.ifinalframework.web.annotation.bind.RequestQuery.class - [JAR]