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 dubbo-gateway-api-1.1.4.6-GA.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.atommiddleware.cloud.api.annotation
├─ com.atommiddleware.cloud.api.annotation.FromAttribute.class - [JAR]
├─ com.atommiddleware.cloud.api.annotation.FromBody.class - [JAR]
├─ com.atommiddleware.cloud.api.annotation.FromCookie.class - [JAR]
├─ com.atommiddleware.cloud.api.annotation.FromHeader.class - [JAR]
├─ com.atommiddleware.cloud.api.annotation.FromPath.class - [JAR]
├─ com.atommiddleware.cloud.api.annotation.FromQueryParams.class - [JAR]
├─ com.atommiddleware.cloud.api.annotation.GateWayDubbo.class - [JAR]
├─ com.atommiddleware.cloud.api.annotation.ParamAttribute.class - [JAR]
├─ com.atommiddleware.cloud.api.annotation.PathMapping.class - [JAR]