Skip to content

Commit

Permalink
Consistent package-info declarations for CGLIB fork
Browse files Browse the repository at this point in the history
Closes gh-30461
  • Loading branch information
jhoeller committed May 10, 2023
1 parent d8f6567 commit 6622a3c
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Original file line number Diff line number Diff line change
@@ -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;
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Original file line number Diff line number Diff line change
@@ -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;
Original file line number Diff line number Diff line change
@@ -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;
Original file line number Diff line number Diff line change
@@ -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;
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 6622a3c

Please sign in to comment.