ResourceKey

@CataloguedBy(catalogue = ResourceKeys::class)
interface ResourceKey<T>

A key pointing to some form of resource.

Parameters

T

the type of this key

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@ApiStatus.Internal
interface Factory

Properties

Link copied to clipboard
@get:JvmName(name = "location")
abstract val location: Key

The location of the registry.

Link copied to clipboard
@get:JvmName(name = "registry")
abstract val registry: Key

The key of the parent registry.