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 redis-wcn-0.0.20-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.wangchenning.redis.annotation
├─ com.github.wangchenning.redis.annotation.EnableRedisWcn.class - [JAR]
com.github.wangchenning.redis.redis
├─ com.github.wangchenning.redis.redis.AccessKey.class - [JAR]
├─ com.github.wangchenning.redis.redis.BasePrefix.class - [JAR]
├─ com.github.wangchenning.redis.redis.GoodsKey.class - [JAR]
├─ com.github.wangchenning.redis.redis.KeyPrefix.class - [JAR]
├─ com.github.wangchenning.redis.redis.OrderKey.class - [JAR]
├─ com.github.wangchenning.redis.redis.RedisConfig.class - [JAR]
├─ com.github.wangchenning.redis.redis.RedisPoolFactory.class - [JAR]
├─ com.github.wangchenning.redis.redis.RedisService.class - [JAR]
├─ com.github.wangchenning.redis.redis.UserKey.class - [JAR]