Spring's repackaging of ASM 9.0 (with Spring-specific patches; for internal use only).

This repackaging technique avoids any potential conflicts with dependencies on ASM at the application level or from third-party libraries and frameworks.

As this repackaging happens at the class file level, sources and javadocs are not available here.

/** * Spring's repackaging of * <a href="https://gitlab.ow2.org/asm/asm">ASM 9.0</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;