Annotation Type Adapter
-
@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface Adapter
Adapter
s contain technology specific implementations to either drive (seePrimaryPort
) or implementPort
s (seeSecondaryPort
). Adapters must not depend onApplication
code other than ports.- Since:
- 1.5
- See Also:
- Hexagonal Architecture,
Application
,Port
,PrimaryPort
,SecondaryPort
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
description
A description of theAdapter
.java.lang.String
name
-
-
-
-
description
java.lang.String description
A description of theAdapter
. If not set, external tooling may default this to the JavaDoc.- Since:
- 1.8
- Default:
- ""
-
-