Dependencies

Marks a service as requiring other services.

Services that miss dependencies will not be instantiated and won't throw an exception.

See also

@BService

@ConditionalService

@Condition

@InjectedService

Properties

Link copied to clipboard
val value: Array<out KClass<*>>

An array of services required by this service.