cglib is a powerful, high performance and quality Code Generation Library used to extend Java classes and implement interfaces at runtime.
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>3.3.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates creating a dynamic proxy using cglib Enhancer.
No known issues recorded.
No dependency data recorded yet.