1 2 3 4 5 6
aspect X { before(): execution(* *(..)) { System.out.println("AspectX>>"+thisJoinPointStaticPart); } }