Constants

@system-inc/base-foundation · 515c140 · 2 symbols

The shared DecoratorRegistry mark for the injectable-family class decorators (@Injectable, @Singleton, @WorkerScoped, @ContainerScoped, @ResolutionScoped). Lets the manifest recognize a DI-participating class listed in a services array.

InjectableDecoratorName: "Injectable"

View source ↗

The DecoratorRegistry mark applied to the host class of a method decorated with @Provider — so a provider host listed in a services array is recognized as intentionally loadable.

ProviderDecoratorName: "Provider"

View source ↗

Constants • Documentation • Base