spring package-info 源码
spring package-info 代码
文件路径:/spring-beans/src/main/java/org/springframework/beans/factory/package-info.java
/**
* 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="https://www.amazon.com/exec/obidos/tg/detail/-/0764543857/">Expert One-On-One J2EE Design and Development</a>
* by Rod Johnson (Wrox, 2002).
*/
@NonNullApi
@NonNullFields
package org.springframework.beans.factory;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;
相关信息
相关文章
spring BeanClassLoaderAware 源码
spring BeanCreationException 源码
spring BeanCreationNotAllowedException 源码
spring BeanCurrentlyInCreationException 源码
spring BeanDefinitionStoreException 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦