jar

org.magic4j : magic4j-cdi-utils

Maven & Gradle

Apr 13, 2016

magic4j-cdi-utils · provides the following Features: a) "Event-Observer Return Value Injection" feature, which is an enhancement for the CDI-Event-Mechanism: It injects return values of observer methods into the Event-Producer Bean and enables "Enhanced-Eventdriven-Service-Design". b) Interceptor for an CDI-Qualifier-based "Chain Of Responsibility" Pattern implementation where all annotated ChainHandlers get called under the hood from the interceptor.

Table Of Contents

Latest Version

Download org.magic4j : magic4j-cdi-utils JAR file - Latest Versions:

All Versions

Download org.magic4j : magic4j-cdi-utils JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

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 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]