Skip to content

Commit 6622a3c

Browse files
committed
Consistent package-info declarations for CGLIB fork
Closes gh-30461
1 parent d8f6567 commit 6622a3c

File tree

9 files changed

+30
-15
lines changed

9 files changed

+30
-15
lines changed

spring-core/src/main/java/org/springframework/cglib/beans/package-info.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
* Spring's repackaging of the
33
* <a href="https://github.com/cglib/cglib">CGLIB</a> beans package
44
* (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.
95
*/
106
package org.springframework.cglib.beans;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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;

spring-core/src/main/java/org/springframework/cglib/core/package-info.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
* Spring's repackaging of the
33
* <a href="https://github.com/cglib/cglib">CGLIB</a> core package
44
* (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.
95
*/
106
package org.springframework.cglib.core;

spring-core/src/main/java/org/springframework/cglib/package-info.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@
66
* <p>This repackaging technique avoids any potential conflicts with
77
* dependencies on CGLIB at the application level or from third-party
88
* libraries and frameworks.
9-
*
10-
* <p>As this repackaging happens at the class file level, sources
11-
* and javadocs are not available here.
129
*/
1310
package org.springframework.cglib;

spring-core/src/main/java/org/springframework/cglib/proxy/package-info.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
* Spring's repackaging of the
33
* <a href="https://github.com/cglib/cglib">CGLIB</a> proxy package
44
* (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.
95
*/
106
package org.springframework.cglib.proxy;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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;

0 commit comments

Comments
 (0)