JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.jmolecules.architecture.hexagonal
Application
Contents
Description
Hide sidebar
Show sidebar
Annotation Type Application
@Retention
(
CLASS
)
@Target
({
PACKAGE
,
TYPE
})
@Documented
public @interface
Application
An annotation to assign packages and types the role of core application code. That code must not refer to any
Adapter
code but only either expose or depend on functionality through
Port
s connecting the application to the outside world.
Since:
1.5
See Also:
Hexagonal Architecture
Port
Adapter