Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
cglib is unmaintained and does not work well (or possibly at all?) in
newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib
  • Loading branch information
garydgregory committed Aug 19, 2024
1 parent 9fb8b4c commit 82a7cfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
import net.sf.cglib.proxy.MethodProxy;

/**
* cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib
* <p>
* CGLib implementation of the proxy handler.
* </p>
*
* @param <T> type of the wrapped pooled object
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
import net.sf.cglib.proxy.Factory;

/**
* cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib
* <p>
* Provides proxy objects using CGLib.
* </p>
*
* @param <T> type of the pooled object to be proxied
*
Expand Down

0 comments on commit 82a7cfa

Please sign in to comment.