Java动态代理及其AOP切面编程

动态代理是指客户通过代理类来调用其它对象的方法,并且是在程序运行时根据需要,动态创建目标类的代理对象。 代理的优势: 见该博客:http://www.javashuo.com/article/p-dxfbzmuu-cx.html /** * 创建Person接口 * @author Gonjan */ public interface Person { //上交班费 void
相关文章
相关标签/搜索