spring package-info 源码

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

spring package-info 代码

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

/**
 * Spring's repackaging of
 * <a href="http://objenesis.org">Objenesis 3.2</a>
 * (with SpringObjenesis entry point; for internal use only).
 *
 * <p>This repackaging technique avoids any potential conflicts with
 * dependencies on different Objenesis versions at the application
 * level or from third-party libraries and frameworks.
 *
 * <p>As this repackaging happens at the class file level, sources
 * and javadocs are not available here. See the original
 * <a href="http://objenesis.org/tutorial.html">Objenesis docs</a>
 * for details when working with these classes.
 */
package org.springframework.objenesis;

相关信息

spring 源码目录

相关文章

spring SpringObjenesis 源码

0  赞