meta

Returns another injection scope that provides access to the components in the meta-environment.

For example:

class MyComponent(scope: InjectionScope) {
val somethingFromMetaEnv: SomeExtensionComponent by scope.meta()
}