ServiceProvider.this

Constructs a new ServiceProvider that makes use of the given services.

More...
class ServiceProvider
this

Parameters

services ServiceInfo[]

Information about all of the services that can be provided.

Detailed Description

Builtin Services

* Singleton ServiceProvider - this

* Scoped ServiceScopeAccessor - A service for easily accessing slave ServiceScopes.

Assertions: No service inside of services is allowed to directly or indirectly depend on itself. e.g. A depends on B which depends on A. This is not allowed.

Meta