Package com.reallifedeveloper.common.domain.registry


package com.reallifedeveloper.common.domain.registry
Support classes for working with domain registries.

A domain registry is a registry of domain components that need to be available in code where it is not practical to use dependency injection. One example is JPA entities that want to publish domain events.

Author:
RealLifeDeveloper