spring package-info 源码

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

spring package-info 代码

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

/**
 * Spring's repackaging of the
 * <a href="https://github.com/cglib/cglib">CGLIB</a> proxy package
 * (for internal use only).
 *
 * <p>As this repackaging happens at the class file level, sources
 * and javadocs are not available here... except for a few files
 * that have been patched for Spring's purposes on JDK 9-17.
 */
package org.springframework.cglib.proxy;

相关信息

spring 源码目录

相关文章

spring Enhancer 源码

spring MethodProxy 源码

0  赞