spring package-info 源码
spring package-info 代码
文件路径:/spring-core/src/main/java/org/springframework/core/package-info.java
/**
* Provides basic classes for exception handling and version detection,
* and other core helpers that are not specific to any part of the framework.
*/
@NonNullApi
@NonNullFields
package org.springframework.core;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;
相关信息
相关文章
spring AttributeAccessorSupport 源码
spring BridgeMethodResolver 源码
0
赞