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

Consider using `@RequiredModifiers` on `Aggregate`

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

It would be good to require classes derived from the Aggregate being package access. Methods can be package access or private as they are called internally.

We can also have @DoNotCall if these methods are package access.

alexander-yevsyukov avatar May 24 '18 09:05 alexander-yevsyukov