summaryrefslogtreecommitdiff
path: root/spring-core/src/main/java/org/springframework/asm/package-info.java
blob: 692090839bc2eaef49f94acf21b3e856c9fdf956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * Spring's repackaging of
 * <a href="http://asm.ow2.org">ASM 6.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;