public PicoBuilder(PicoContainer parentContainer, InjectionFactory injectionType) {
this.injectionType = injectionType;
if (parentContainer != null) {
this.parentContainer = parentContainer;
} else {
this.parentContainer = new EmptyPicoContainer();
}
}