Crosscutting nodes that might appear under multiple nodes

For information how crosscutting nodes are implemented with interface delegation, see DSL block delegation showcase

Crosscutting nodes are nodes that can appear under multiple different other nodes.

Crosscutting nodes are implemented via Kotlin interface delegation to be able to stay “DRY”
(DRY = Don’t Repeat Yourself)


back to root