spring 用注解实现aop ,如何获取目标对象?
@Component@Aspect//@Scope("prototype")publicclassOperationLogInterceptor{@Before("pon...
@Component
@Aspect
//@Scope("prototype")
public class OperationLogInterceptor {
@Before("ponitCut()")
public void doBefore(){
System.out.println("before -"+str);//怎么这个方法内获得目标对象?
}
} 展开
@Aspect
//@Scope("prototype")
public class OperationLogInterceptor {
@Before("ponitCut()")
public void doBefore(){
System.out.println("before -"+str);//怎么这个方法内获得目标对象?
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询