325326327328329330331
* SharedDocumentProvider. * * CAUTION: Classes from which duplicates can exists, should not be * managed by PicoContainer. */ reinjector = new Reinjector(this.container); }
29303132333435
protected MutablePicoContainer delegate; public ChildContainer(MutablePicoContainer delegate) { super(delegate); this.delegate = delegate; reinjector = new Reinjector(delegate); }
44454647484950
* recreated during readObject. */ private void readObject(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException { in.defaultReadObject(); this.reinjector = new Reinjector(delegate); }