t3wad
09/29/2016, 11:26 PMcontainer is ComponentContainer -> container.addComponent(this)
container is CustomComponent -> Unit//do nothing, setCompositionRoot is not exposed, rely on caller to set it
else -> throw IllegalArgumentException("Cannot add $this to $container")