摘要: 1.配置注解 (作用于方法上,相当于要告诉aop对哪些方法做切面植入) import javax.jdo.annotations.Element; import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(Retent 阅读全文
posted @ 2018-09-07 16:01 蜜獾互联网 阅读(0) 评论(0) 推荐(0) 编辑