Is your feature request related to a problem? Please describe.
Actually we can identify a package as a shared kernel but we don't know which bounded contexts are using concepts in shared kernel.
Describe the solution you'd like
Add relations between 2 or more bounded contexts inside shared kernel annotation.
The goal is to have something like that:
Description
Is your feature request related to a problem? Please describe. Actually we can identify a package as a shared kernel but we don't know which bounded contexts are using concepts in shared kernel.
Describe the solution you'd like Add relations between 2 or more bounded contexts inside shared kernel annotation. The goal is to have something like that:
import io.candydoc.ddd.annotations.SharedKernel;