Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

before() : myPointcut()

Object a[]=thisJoinPoint.getArgs();
for(int i=0;i<a.length;i++)
System.out.println("Input " +i +a[i].toString());

You might also like