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 axon-cdi-4.0-alpha1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.axonframework.cdi.messaging.annotation
├─ org.axonframework.cdi.messaging.annotation.CdiParameterResolver.class - [JAR]
├─ org.axonframework.cdi.messaging.annotation.CdiParameterResolverFactory.class - [JAR]
org.axonframework.cdi.eventhandling.saga
├─ org.axonframework.cdi.eventhandling.saga.CdiResourceInjector.class - [JAR]
org.axonframework.cdi.transaction
├─ org.axonframework.cdi.transaction.JtaTransaction.class - [JAR]
├─ org.axonframework.cdi.transaction.JtaTransactionManager.class - [JAR]
org.axonframework.cdi
├─ org.axonframework.cdi.AggregateDefinition.class - [JAR]
├─ org.axonframework.cdi.AxonCdiExtension.class - [JAR]
├─ org.axonframework.cdi.AxonDefaultConfiguration.class - [JAR]
├─ org.axonframework.cdi.BeanWrapper.class - [JAR]
├─ org.axonframework.cdi.CdiUtilities.class - [JAR]
├─ org.axonframework.cdi.LazyRetrievedModuleConfiguration.class - [JAR]
├─ org.axonframework.cdi.MessageHandlingBeanDefinition.class - [JAR]
├─ org.axonframework.cdi.SagaDefinition.class - [JAR]
├─ org.axonframework.cdi.StringUtilities.class - [JAR]
org.axonframework.cdi.stereotype
├─ org.axonframework.cdi.stereotype.Aggregate.class - [JAR]
├─ org.axonframework.cdi.stereotype.Saga.class - [JAR]