CGLib-for-Android (Dex code Generation Library for Android) is high level API to dynamicall generate sub class, its implementation based on DexMaker. This library use for AOP, method intercept, data access authorization authentication on Android. - leo-o
1 Download cglib-for-android.jar to your project * [library/lib-output/cglib-for-android.jar](https://github.com/leo-ouyang/CGLib-for-Android/blob/master/library/lib-output/cglib-for-android.jar) (Right-click and Save as) 2 Define the bussiness class which will be proxied in future ``...