Yann Badoual
11/24/2021, 8:46 AM@Immutable
, is it still required to add the annotation to every class implementing this interface? (would make sense that it is).
Any behavior difference between interface/superclass ?
(Does it depend on the type declared in the composable signature, or the actual type at runtime?)Csaba Kozák
11/24/2021, 8:52 AMeygraber
11/24/2021, 3:50 PMYann Badoual
11/24/2021, 4:04 PMCsaba Kozák
11/24/2021, 4:12 PMYann Badoual
11/24/2021, 4:25 PMeygraber
11/24/2021, 4:34 PMhasStableMarkedDescendant
is an odd name. It makes me think it'll look at all of a classes subtypes to see if any are marked as stable, but it actually looks at all the super types.
Seems like isStableMarkedDescendant
would be more appropriate unless I'm missing something.Csaba Kozák
11/24/2021, 4:42 PM