spring package-info 源码

  • 2022-08-08
  • 浏览 (302)

spring package-info 代码

文件路径:/spring-core/src/main/java/org/springframework/lang/package-info.java

/**
 * Common annotations with language-level semantics: nullability as well as JDK API indications.
 * These annotations sit at the lowest level of Spring's package dependency arrangement, even
 * lower than {@code org.springframework.util}, with no Spring-specific concepts implied.
 *
 * <p>Used descriptively within the framework codebase. Can be validated by build-time tools
 * (e.g. FindBugs or Animal Sniffer), alternative JVM languages (e.g. Kotlin), as well as IDEs
 * (e.g. IntelliJ IDEA or Eclipse with corresponding project setup).
 */
package org.springframework.lang;

相关信息

spring 源码目录

相关文章

spring NonNull 源码

spring NonNullApi 源码

spring NonNullFields 源码

spring Nullable 源码

0  赞