core-java icon indicating copy to clipboard operation
core-java copied to clipboard

Replace `AggregateRoot`/`AggregatePart` arrangement with `@Friend` annotation

Open alexander-yevsyukov opened this issue 4 years ago • 0 comments

The annotation would allow to specify classes that are allowed to access the state of the annotated one.

For a broader picture overview please see this DDDi talk.

See also #1286.

alexander-yevsyukov avatar Aug 07 '20 14:08 alexander-yevsyukov