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-spring-boot-starter-1.2.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.EnableSimpleCache.class - [JAR]
├─ com.masiyi.simplecache.annotation.RedisCache.class - [JAR]
com.masiyi.simplecache.config
├─ com.masiyi.simplecache.config.SimpleCacheAutoConfiguration.class - [JAR]
├─ com.masiyi.simplecache.config.SimpleCacheProperties.class - [JAR]
com.masiyi.simplecache.aspect
├─ com.masiyi.simplecache.aspect.CacheAspect.class - [JAR]