# write_cglib_proxy **Repository Path**: JarryShu/write_cglib_proxy ## Basic Information - **Project Name**: write_cglib_proxy - **Description**: 用cglib实现动态代理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-24 - **Last Updated**: 2024-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用cglib实现代理 Java的原生代理是基于接口的,cglib代理是基于类的