public ComponentContainer createChild() {
return new ComponentContainer(this);
}
static MutablePicoContainer createPicoContainer() {
ReflectionLifecycleStrategy lifecycleStrategy = new ReflectionLifecycleStrategy(new NullComponentMonitor(), "start", "stop", "dispose");
return new DefaultPicoContainer(new OptInCaching(), lifecycleStrategy, null);
}