spring package-info 源码

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

spring package-info 代码

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

/**
 * Spring's repackaging of
 * <a href="https://gitlab.ow2.org/asm/asm">ASM 9.x</a>
 * (with Spring-specific patches; for internal use only).
 *
 * <p>This repackaging technique avoids any potential conflicts with
 * dependencies on ASM 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.
 */
package org.springframework.asm;

相关信息

spring 源码目录

相关文章

spring AnnotationVisitor 源码

spring AnnotationWriter 源码

spring Attribute 源码

spring ByteVector 源码

spring ClassReader 源码

spring ClassTooLargeException 源码

spring ClassVisitor 源码

spring ClassWriter 源码

spring ConstantDynamic 源码

spring Constants 源码

0  赞