ContainerDsl

annotation class ContainerDsl

Marker for the Litho container component DSL. This makes sure that when we have scope-specific functions like child() to add children, they can only apply to the closest receiver annotated with ContainerDsl.

Any class annotated with this marker should also extend ResourcesScope

See https://kotlinlang.org/docs/type-safe-builders.html#scope-control-dslmarker