package-info.java 577 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

/**
 *
 * The core package implementing Spring's lightweight Inversion of Control (IoC) container.
 * <p>
 * Provides an alternative to the Singleton and Prototype design
 * patterns, including a consistent approach to configuration management.
 * Builds on the org.springframework.beans package.
 * 
 * <p>This package and related packages are discussed in Chapter 11 of
 * <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0764543857/">Expert One-On-One J2EE Design and Development</a>
 * by Rod Johnson (Wrox, 2002).
 *
 */
package org.springframework.beans.factory;