Annotation Type ApplicationRing


  • @Retention(CLASS)
    @Target({PACKAGE,TYPE})
    @Documented
    public @interface ApplicationRing
    Identifies the ApplicationRing 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. the DomainRing.
    See Also:
    The Onion Architecture : part 1 (Palermo)