Annotation Type ApplicationRing
-
@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface ApplicationRing
Identifies theApplicationRing
in an onion architecture. The application ring implements and orchestrates business use case. To do so, it only depends on the inner rings, i.e. theDomainRing
.