Annotation Type ApplicationRing
-
@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface ApplicationRingIdentifies theApplicationRingin 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.