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)
- DSL block delegation showcase
- name and whereto
- showcase (DSL Block Delegation)
- class mods: noop by now
- props and properties
- gather propertiesOf other (sub)model
- extends super classes and interfaces