1 2 3 4 5
aspect A { before(): execution(* *(..)) && within(Big) { System.out.println(thisJoinPoint); } }