I was looking at the stability of my classes the c...
# compose
s
I was looking at the stability of my classes the compose compiler inferred (source); I noticed that every class having a
Collection
is considered unstable; if those lists/arrays aren't modified (they are immutable in practice), should I mark the declaring classes as
@Stable
?