Example #1
0
 @Before(marker = AfterInitBodyMarker.class, scope = "*.app.Target*.<init>")
 public static void after(final MethodStaticContext msc) {
   System.out.println(msc.thisClassSimpleName() + "." + msc.thisMethodName() + " before");
 }