NavMetadataKey

interface NavMetadataKey<T : Any>

The base Key to be associated with value of type T.

The metadata DSL only accepts metadata keys that implements this interface

Inheritors