-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Create a loader that can have "Namespace" base paths injected on instantiation or anytime thereafter. It should also take a map of string classnames (which aren't FQN). Then, upon invocation of the load, it can search each namespace (LIFO), for the given class.
This will allow the string names to remain consistent and unchanged late in the request cycle, while allowing other services during wiring to dynamically override base implementations of the classes.
Reactions are currently unavailable