Annotation Type Adapter
-
@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface AdapterAdapters contain technology specific implementations to either drive (seePrimaryPort) or implementPorts (seeSecondaryPort). Adapters must not depend onApplicationcode 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.StringdescriptionA description of theAdapter.java.lang.Stringname
-
-
-
-
description
java.lang.String description
A description of theAdapter. If not set, external tooling may default this to the JavaDoc.- Since:
- 1.8
- Default:
- ""
-
-