Entry

class Entry<T>(val service: T) : ParamlessServiceEntry<T>

Constructors

Link copied to clipboard
constructor(service: T)

Properties

Link copied to clipboard
open override val service: T