Property

object Property

Defines a key type with which to tag properties, such as attachments or context properties

class Object
trait Matchable
class Any

Type members

Classlikes

class Key[+V]

The class of keys for properties of type V

The class of keys for properties of type V

class StickyKey[+V] extends Key[V]

The class of keys for sticky properties of type V

The class of keys for sticky properties of type V

Sticky properties are properties that should be copied over when their container is copied.