public class Hugo
extends java.lang.Object
| Constructor and Description |
|---|
Hugo() |
| Modifier and Type | Method and Description |
|---|---|
void |
constructor() |
void |
constructorInsideAnnotatedType() |
java.lang.Object |
logAndExecute(ProceedingJoinPoint joinPoint) |
void |
method() |
void |
methodInsideAnnotatedType() |
static void |
setEnabled(boolean enabled) |
static void |
setTag(java.lang.String tag) |
static void |
setThreshold(int threshold) |
void |
withinAnnotatedClass() |
public void withinAnnotatedClass()
public void methodInsideAnnotatedType()
public void constructorInsideAnnotatedType()
public void method()
public void constructor()
public static void setEnabled(boolean enabled)
public static void setTag(java.lang.String tag)
public static void setThreshold(int threshold)
public java.lang.Object logAndExecute(ProceedingJoinPoint joinPoint)
throws java.lang.Throwable
java.lang.Throwable