1 2 3 4 5 6
public aspect Tracing { before () : PointcutLibrary.println() { System.out.println("? " + thisJoinPointStaticPart.getSignature().getName()); } }