addProperty

fun <V : T> addProperty(property: Property<V>)

Adds a property to the container.

Parameters

property

the property to add

V

the type of the property, subtype of T