Annotation Type ApplicationServiceRing


@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface ApplicationServiceRing
Identifies the ApplicationServiceRing in an onion architecture. The application service ring implements and orchestrates business use case. To do so, it only depends on the inner rings, i.e. DomainModelRing and DomainServiceRing.
See Also: