Consistent package-info declarations for CGLIB fork
Closes gh-30461
This commit is contained in:
parent
d8f6567c89
commit
6622a3c7d6
|
@ -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;
|
||||
|
|
|
@ -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;
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue