ExtensibleEnvironmentContext  
    class ExtensibleEnvironmentContext(val declarations: Declarations, val metaContext: EnvironmentContext)
A context for ExtensibleInjectionEnvironments. Provides both the regular set of declarations plus a subcontext for the meta-environment.
Properties
Link copied to clipboard
                  The declarations for this context, similar to EnvironmentContext.declarations.
Link copied to clipboard
                  A (non-extensible) environment context for use in the meta-environment.