AttributeKey
data class AttributeKey<T : Any> @JvmOverloads constructor(val name: String, type: KType = typeOf<Any>())
Specifies a key for an attribute in Attributes
Parameters
T
is a type of the value stored in the attribute
Specifies a key for an attribute in Attributes
is a type of the value stored in the attribute