All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.jexxa.addend.infrastructure.DrivenAdapter Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package io.jexxa.addend.infrastructure;

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

/**
 * A {@link DrivenAdapter} is an implementation of an outbound port of an application core such as {@link io.jexxa.addend.applicationcore.Repository} or an {@link io.jexxa.addend.applicationcore.InfrastructureService}.
 */
@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface DrivenAdapter
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy