Key

interface Key<T : Any>

Marker interface to strongly type metadata with its key. Proper usage is to create objects or enum classes when implementing this type.

Inheritors