120121122123124125126
* Creates a new container with a (caching) {@link DefaultComponentAdapterFactory} * and a parent container. */ public ConcurrentPicoContainer(PicoContainer parent) { this(new DefaultComponentAdapterFactory(), parent); }
138139140141142143144
/** * Creates a new container with a (caching) {@link DefaultComponentAdapterFactory} and no parent container. */ public ConcurrentPicoContainer() { this(new DefaultComponentAdapterFactory(), null); }
114115116117118119120
132133134135136137138
122123124125126127128
140141142143144145146
121122123124125126127
139140141142143144145