2019年8月3日
摘要: 定义要被代理的方法的接口 public interface TestAop { public void print(String s); } 实现上述接口 public class TestAopImp implements TestAop{ public void print(String s) 阅读全文
posted @ 2019-08-03 12:23 LLCYZJ 阅读(298) 评论(0) 推荐(0) 编辑