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 cache-anno-2.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.someget.cache.utils
├─ cn.someget.cache.utils.LocalCache.class - [JAR]
├─ cn.someget.cache.utils.RedisKey.class - [JAR]
├─ cn.someget.cache.utils.RedisRepository.class - [JAR]
cn.someget.cache.service.impl
├─ cn.someget.cache.service.impl.LocalCacheServiceImpl.class - [JAR]
├─ cn.someget.cache.service.impl.RedisCacheServiceImpl.class - [JAR]
cn.someget.cache.anno
├─ cn.someget.cache.anno.Cache.class - [JAR]
cn.someget.cache.aop
├─ cn.someget.cache.aop.CacheAspect.class - [JAR]
cn.someget.cache.service
├─ cn.someget.cache.service.CacheService.class - [JAR]