示例#1
0
 /**
  * Wires provided bean with the container using default wiring mode. Bean is <b>not</b>
  * registered.
  */
 public void wire(Object bean) {
   wire(bean, null);
 }