MissingServiceMessage

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class MissingServiceMessage(val message: String)(source)

Defines a message to display when a service of that type has no provider.

See also

@BService

@InterfacedService

@InjectedService

Properties

Link copied to clipboard
@get:JvmName(name = "value")
val message: String