Consistent package-info declarations for CGLIB fork

Closes gh-30461
This commit is contained in:
Juergen Hoeller 2023-05-10 18:50:17 +02:00
parent d8f6567c89
commit 6622a3c7d6
9 changed files with 30 additions and 15 deletions

View File

@ -2,9 +2,5 @@
* Spring's repackaging of the
* <a href="https://github.com/cglib/cglib">CGLIB</a> beans package
* (for internal use only).
*
* <p>As this repackaging happens at the class file level, sources
* and javadocs are not available here... except for a few files
* that have been patched for Spring's purposes on JDK 9-17.
*/
package org.springframework.cglib.beans;

View File

@ -0,0 +1,6 @@
/**
* Spring's repackaging of the
* <a href="https://github.com/cglib/cglib">CGLIB</a> core internal package
* (for internal use only).
*/
package org.springframework.cglib.core.internal;

View File

@ -2,9 +2,5 @@
* Spring's repackaging of the
* <a href="https://github.com/cglib/cglib">CGLIB</a> core package
* (for internal use only).
*
* <p>As this repackaging happens at the class file level, sources
* and javadocs are not available here... except for a few files
* that have been patched for Spring's purposes on JDK 9-17.
*/
package org.springframework.cglib.core;

View File

@ -6,8 +6,5 @@
* <p>This repackaging technique avoids any potential conflicts with
* dependencies on CGLIB 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.cglib;

View File

@ -2,9 +2,5 @@
* Spring's repackaging of the
* <a href="https://github.com/cglib/cglib">CGLIB</a> proxy package
* (for internal use only).
*
* <p>As this repackaging happens at the class file level, sources
* and javadocs are not available here... except for a few files
* that have been patched for Spring's purposes on JDK 9-17.
*/
package org.springframework.cglib.proxy;

View File

@ -0,0 +1,6 @@
/**
* Spring's repackaging of the
* <a href="https://github.com/cglib/cglib">CGLIB</a> reflect package
* (for internal use only).
*/
package org.springframework.cglib.reflect;

View File

@ -0,0 +1,6 @@
/**
* Spring's repackaging of the
* <a href="https://github.com/cglib/cglib">CGLIB</a> transform impl package
* (for internal use only).
*/
package org.springframework.cglib.transform.impl;

View File

@ -0,0 +1,6 @@
/**
* Spring's repackaging of the
* <a href="https://github.com/cglib/cglib">CGLIB</a> transform package
* (for internal use only).
*/
package org.springframework.cglib.transform;

View File

@ -0,0 +1,6 @@
/**
* Spring's repackaging of the
* <a href="https://github.com/cglib/cglib">CGLIB</a> util package
* (for internal use only).
*/
package org.springframework.cglib.util;