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 annotation-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.njgzr.operation
├─ org.njgzr.operation.OperationAop.class - [JAR]
├─ org.njgzr.operation.OperationAspect.class - [JAR]
org.njgzr.vo
├─ org.njgzr.vo.Result.class - [JAR]
org.njgzr.config
├─ org.njgzr.config.OperationConfig.class - [JAR]
├─ org.njgzr.config.RequestLimitConfig.class - [JAR]
org.njgzr.requestLimit
├─ org.njgzr.requestLimit.RateLimitAop.class - [JAR]
├─ org.njgzr.requestLimit.RateLimitAspect.class - [JAR]
org.njgzr.interfaces
├─ org.njgzr.interfaces.OperationHandle.class - [JAR]
org.njgzr.annotation
├─ org.njgzr.annotation.EnableOperation.class - [JAR]
├─ org.njgzr.annotation.EnableRequestLimit.class - [JAR]