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