public class MainThreadAspectJ
extends java.lang.Object
desc : 主线程切片, 保证注解的方法发生在主线程中
author : xuexiang
time : 2018/4/23 上午12:33
| Constructor and Description |
|---|
MainThreadAspectJ() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundJoinPoint(ProceedingJoinPoint joinPoint) |
void |
method() |
void |
methodInsideAnnotatedType() |
void |
withinAnnotatedClass() |