fluffy
Class Aspect
java.lang.Object
fluffy.Aspect
public class Aspect
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Aspect
public Aspect()
ignoreMe
public static void ignoreMe()
before_method_call
public static void before_method_call()
afterReturning_method_call
public static void afterReturning_method_call()
afterThrowing_method_execution
public static void afterThrowing_method_execution(java.lang.Throwable t)
aroundFun
public static java.lang.Object aroundFun(AroundClosure c)