File tree Expand file tree Collapse file tree 9 files changed +30
-15
lines changed
spring-core/src/main/java/org/springframework/cglib Expand file tree Collapse file tree 9 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 2
2
* Spring's repackaging of the
3
3
* <a href="https://github.com/cglib/cglib">CGLIB</a> beans package
4
4
* (for internal use only).
5
- *
6
- * <p>As this repackaging happens at the class file level, sources
7
- * and javadocs are not available here... except for a few files
8
- * that have been patched for Spring's purposes on JDK 9-17.
9
5
*/
10
6
package org .springframework .cglib .beans ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Spring's repackaging of the
3
+ * <a href="https://github.com/cglib/cglib">CGLIB</a> core internal package
4
+ * (for internal use only).
5
+ */
6
+ package org .springframework .cglib .core .internal ;
Original file line number Diff line number Diff line change 2
2
* Spring's repackaging of the
3
3
* <a href="https://github.com/cglib/cglib">CGLIB</a> core package
4
4
* (for internal use only).
5
- *
6
- * <p>As this repackaging happens at the class file level, sources
7
- * and javadocs are not available here... except for a few files
8
- * that have been patched for Spring's purposes on JDK 9-17.
9
5
*/
10
6
package org .springframework .cglib .core ;
Original file line number Diff line number Diff line change 6
6
* <p>This repackaging technique avoids any potential conflicts with
7
7
* dependencies on CGLIB at the application level or from third-party
8
8
* libraries and frameworks.
9
- *
10
- * <p>As this repackaging happens at the class file level, sources
11
- * and javadocs are not available here.
12
9
*/
13
10
package org .springframework .cglib ;
Original file line number Diff line number Diff line change 2
2
* Spring's repackaging of the
3
3
* <a href="https://github.com/cglib/cglib">CGLIB</a> proxy package
4
4
* (for internal use only).
5
- *
6
- * <p>As this repackaging happens at the class file level, sources
7
- * and javadocs are not available here... except for a few files
8
- * that have been patched for Spring's purposes on JDK 9-17.
9
5
*/
10
6
package org .springframework .cglib .proxy ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Spring's repackaging of the
3
+ * <a href="https://github.com/cglib/cglib">CGLIB</a> reflect package
4
+ * (for internal use only).
5
+ */
6
+ package org .springframework .cglib .reflect ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Spring's repackaging of the
3
+ * <a href="https://github.com/cglib/cglib">CGLIB</a> transform impl package
4
+ * (for internal use only).
5
+ */
6
+ package org .springframework .cglib .transform .impl ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Spring's repackaging of the
3
+ * <a href="https://github.com/cglib/cglib">CGLIB</a> transform package
4
+ * (for internal use only).
5
+ */
6
+ package org .springframework .cglib .transform ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Spring's repackaging of the
3
+ * <a href="https://github.com/cglib/cglib">CGLIB</a> util package
4
+ * (for internal use only).
5
+ */
6
+ package org .springframework .cglib .util ;
You can’t perform that action at this time.
0 commit comments