Annotation Type DomainModelRing


@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface DomainModelRing
Identifies the DomainModelRing in an onion architecture. The domain model ring is the inner-most ring in the onion architecture and is only coupled to itself. It models the truth of the business domain by consisting of behaviour (logic) and the required state (data).
See Also: