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 test-domain-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
manager
├─ manager.BlogManager.class - [JAR]
├─ manager.CacheNameOnEachMethodBlogManagerImpl.class - [JAR]
├─ manager.ClassLevelCacheConfigBlogManagerImpl.class - [JAR]
├─ manager.UsingDefaultCacheNameBlogManagerImpl.class - [JAR]
domain
├─ domain.Beagle.class - [JAR]
├─ domain.Blog.class - [JAR]
├─ domain.BorderCollie.class - [JAR]
├─ domain.Chihuahua.class - [JAR]
├─ domain.Collie.class - [JAR]
├─ domain.Dachshund.class - [JAR]
├─ domain.Dog.class - [JAR]
├─ domain.Hound.class - [JAR]
├─ domain.Identifier.class - [JAR]
├─ domain.Identifier2.class - [JAR]
├─ domain.Papillon.class - [JAR]
├─ domain.RoughCoatedCollie.class - [JAR]
├─ domain.Sex.class - [JAR]
javax.cache.annotation
├─ javax.cache.annotation.BeanProvider.class - [JAR]