Alen Mujezinovic
04/29/2025, 2:57 PMprivate constructor
and @ConsistentCopyVisibility?
There are cases where copy
should only be available to other methods of the class and therefore be private, e.g. when modelling state changes that require $otherThings to happen before copy
can be safely called.Youssef Shoaib [MOD]
04/29/2025, 3:08 PMprivate
copy method or anything like that.Alen Mujezinovic
04/29/2025, 3:18 PM