Shaun Smith
Shaun Smith
How is this looking?
Am I correct that at the moment one can do this: ``` injector.getInstance(NonMappedClass); ``` and a new instance will simply be created. Whereas, if a container-constructed class has a dependency...
IMHO I think most use cases could be covered (whilst keeping things sane, and hopefully easy to implement) by two things: 1 - A flag on the injector to toggle...
> I think what I'm getting at is that createInstance/instantiate might be unnecessary if we can turn off strict for our child injectors, whilst leaving strict on for the context's...
Will this affect RL2 configs that use `[PostConstruct]` to perform configuration?