Constants
@system-inc/base-foundation · 515c140 · 2 symbols
InjectableDecoratorName
constant
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.
ProviderDecoratorName
constant
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.