if i’m trying to mark a `sealed class` hierarchy as `@Immutable`, should i annotate the base class, ...
g
if i’m trying to mark a
sealed class
hierarchy as
@Immutable
, should i annotate the base class, the subclasses, or both?
l
IIRC, the base class should be enough
šŸ‘ 1
g
thanks leland!
l
let me know if you observe otherwise!
šŸ‘ 1