package-info.java 580 字节
Newer Older
1
/**
2
 * Spring's repackaging of
3
 * <a href="http://cglib.sourceforge.net">net.sf.cglib 3.2</a>
4 5
 * (for internal use only).
 *
6
 * <p>This repackaging technique avoids any potential conflicts with
7
 * dependencies on CGLIB at the application level or from third-party
8
 * libraries and frameworks.
9 10 11
 *
 * <p>As this repackaging happens at the class file level, sources
 * and javadocs are not available here. See the original
12
 * <a href="http://cglib.sourceforge.net/apidocs">CGLIB 3.2 javadocs</a>
13 14 15
 * for details when working with these classes.
 */
package org.springframework.cglib;