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 simple-cache-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.masiyi.simplecache.annotation
├─ com.masiyi.simplecache.annotation.RedisCache.class - [JAR]
com.masiyi.simplecache.config
├─ com.masiyi.simplecache.config.RedisConfig.class - [JAR]
com.masiyi.simplecache.util
├─ com.masiyi.simplecache.util.RedisUtils.class - [JAR]
com.masiyi.simplecache.aspect
├─ com.masiyi.simplecache.aspect.CacheAspect.class - [JAR]