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 minbox-logging-spring-context-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.minbox.framework.logging.spring.context.annotation.admin
├─ org.minbox.framework.logging.spring.context.annotation.admin.EnableLoggingAdmin.class - [JAR]
├─ org.minbox.framework.logging.spring.context.annotation.admin.LoggingAdminBeanDefinitionRegistrar.class - [JAR]
org.minbox.framework.logging.spring.util
├─ org.minbox.framework.logging.spring.util.LoggingBeanUtils.class - [JAR]
org.minbox.framework.logging.spring.context.annotation.client
├─ org.minbox.framework.logging.spring.context.annotation.client.EnableLoggingClient.class - [JAR]
├─ org.minbox.framework.logging.spring.context.annotation.client.LoggingClientBeanDefinitionRegistrar.class - [JAR]