public class SafeAspectJ
extends java.lang.Object
desc : 自动try-catch的注解切片处理
author : xuexiang
time : 2018/5/14 下午10:39
| Constructor and Description |
|---|
SafeAspectJ() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
aroundJoinPoint(ProceedingJoinPoint joinPoint,
Safe safe) |
void |
method() |
void |
methodInsideAnnotatedType() |
void |
withinAnnotatedClass() |
public void withinAnnotatedClass()
public void methodInsideAnnotatedType()
public void method()
public java.lang.Object aroundJoinPoint(ProceedingJoinPoint joinPoint,
Safe safe)
throws java.lang.Throwable
java.lang.Throwable