1 2 3
public aspect A { before(): execution(* *(..)) {System.out.println("A:"+thisJoinPointStaticPart);} }