@Retention(value=CLASS) @Target(value={PACKAGE,TYPE}) @Documented public @interface Adapter
Adapters contain technology specific implementations to either drive (see PrimaryPort) or implement
Ports (see SecondaryPort). Adapters must not depend on Application code other than ports.Application,
Port,
PrimaryPort,
SecondaryPort| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
A description of the
Adapter. |
String |
name
|
Copyright © 2023. All rights reserved.