package com.aop;
public class target implements targetInterface{
public void show() {
System.out.println("目标对象方法执行。。。。");
}