spring package-info 源码
spring package-info 代码
文件路径:/spring-context/src/main/java/org/springframework/context/package-info.java
/**
* This package builds on the beans package to add support for
* message sources and for the Observer design pattern, and the
* ability for application objects to obtain resources using a
* consistent API.
*
* <p>There is no necessity for Spring applications to depend
* on ApplicationContext or even BeanFactory functionality
* explicitly. One of the strengths of the Spring architecture
* is that application objects can often be configured without
* any dependency on Spring-specific APIs.
*/
@NonNullApi
@NonNullFields
package org.springframework.context;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;
相关信息
相关文章
spring ApplicationContextAware 源码
spring ApplicationContextException 源码
spring ApplicationContextInitializer 源码
spring ApplicationEventPublisher 源码
spring ApplicationEventPublisherAware 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦