Annotation Type Application
-
@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface ApplicationAn annotation to assign packages and types the role of core application code. That code must not refer to anyAdaptercode but only either expose or depend on functionality throughPorts connecting the application to the outside world.- Since:
- 1.5
- See Also:
- Hexagonal Architecture,
Port,Adapter