Annotation Type ApplicationServiceRing
-
@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface ApplicationServiceRing
Identifies theApplicationServiceRing
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
andDomainServiceRing
.