jar

org.axonframework : axon-cdi

Maven & Gradle

Feb 20, 2019
11 stars

Axon Framework CDI Support · Provides official Axon support for the CDI programming model.

Table Of Contents

Latest Version

Download org.axonframework : axon-cdi JAR file - Latest Versions:

All Versions

Download org.axonframework : axon-cdi JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0
3.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement