Dan Rusu
Dan Rusu
> That's a nice example of the intent of actually hiding the API from Java. The general question, though, still stands -- is it _the_ intent that we expect people...
@serras , that new section says that if we don't want to expose it in Java then we must add that annotation and also make the constructor private but I'm...
@serras , thanks for clarifying that this annotation can target operations instead of just toggling it on or off at the inline class level. One of my main concerns is...
@serras , one of the design goals in the document is to avoid breaking invariants. Your earlier comments mentioned an explicitApi section where library developers would be forced to decide...
Thanks for responding. I read the document again and I think the confusion is because it's unclear what should happen when a library has an inline class with components that...
@serras , most people became aware of this feature after this issue was closed. Is this feature still open to feedback or has it been set in stone? Kotlin has...