public class InterceptAspectJ
extends java.lang.Object
desc : 自定义拦截切片
author : xuexiang
time : 2018/4/24 下午10:01
| Constructor and Description |
|---|
InterceptAspectJ() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
aroundJoinPoint(ProceedingJoinPoint joinPoint,
Intercept intercept) |
void |
constructor() |
void |
constructorInsideAnnotatedType() |
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 aroundJoinPoint(ProceedingJoinPoint joinPoint,
Intercept intercept)
throws java.lang.Throwable
java.lang.Throwable