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 magic4j-cdi-utils-1.1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.magic4j.cdiutils
├─ org.magic4j.cdiutils.AnnotationUtil.class - [JAR]
org.magic4j.cdiutils.eventdrivendesign
├─ org.magic4j.cdiutils.eventdrivendesign.EventResultProvider.class - [JAR]
├─ org.magic4j.cdiutils.eventdrivendesign.EventResultProviderInterceptor.class - [JAR]
├─ org.magic4j.cdiutils.eventdrivendesign.EventResultReceiver.class - [JAR]
├─ org.magic4j.cdiutils.eventdrivendesign.EventResultReceiverAnnotationLiteral.class - [JAR]
org.magic4j.cdiutils.chainofresponsibility
├─ org.magic4j.cdiutils.chainofresponsibility.ChainOfResponsibilityController.class - [JAR]
├─ org.magic4j.cdiutils.chainofresponsibility.ChainOfResponsibilityControllerInterceptor.class - [JAR]
├─ org.magic4j.cdiutils.chainofresponsibility.ChainOfResponsibilityHandler.class - [JAR]
├─ org.magic4j.cdiutils.chainofresponsibility.ChainOfResponsibilityHandlerAnnotationLiteral.class - [JAR]