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 l2cache-spring-boot-starter-1.0.37.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.jesse.l2cache.spring.cache
├─ com.github.jesse.l2cache.spring.cache.L2CacheCacheManager.class - [JAR]
├─ com.github.jesse.l2cache.spring.cache.L2CacheSpringCache.class - [JAR]
com.github.jesse.l2cache.spring.biz
├─ com.github.jesse.l2cache.spring.biz.AbstractCacheService.class - [JAR]
├─ com.github.jesse.l2cache.spring.biz.CacheManagerController.class - [JAR]
com.github.jesse.l2cache.spring.config
├─ com.github.jesse.l2cache.spring.config.JdHotKeyConfiguration.class - [JAR]
├─ com.github.jesse.l2cache.spring.config.L2CacheConfiguration.class - [JAR]
com.github.jesse.l2cache.spring
├─ com.github.jesse.l2cache.spring.EnableL2Cache.class - [JAR]
├─ com.github.jesse.l2cache.spring.L2CacheProperties.class - [JAR]