Annotation Interface InfrastructureRing


@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface InfrastructureRing
Identifies the InfrastructureRing in an onion architecture. The infrastructure ring is the technical implementation of the interfaces defined in the inner layers, such as JPA entities or concrete repository implementations. It takes care of handling external requests and communication with other systems.
See Also: