public class DebugLogAspectJ
extends java.lang.Object
desc : 埋点记录
author : xuexiang
time : 2018/4/24 下午10:01
| Constructor and Description |
|---|
DebugLogAspectJ() |
| Modifier and Type | Method and Description |
|---|---|
void |
constructor() |
void |
constructorInsideAnnotatedType() |
java.lang.Object |
logAndExecute(ProceedingJoinPoint joinPoint,
DebugLog debugLog) |
void |
method() |
void |
methodInsideAnnotatedType() |
void |
withinAnnotatedClass() |
public void withinAnnotatedClass()
public void methodInsideAnnotatedType()
public void constructorInsideAnnotatedType()
public void method()
public void constructor()
public java.lang.Object logAndExecute(ProceedingJoinPoint joinPoint,
DebugLog debugLog)
throws java.lang.Throwable
java.lang.Throwable