1 2 3 4 5 6
aspect Aspect { before(): within(Code1) { System.out.println(thisJoinPointStaticPart); } }