public class SingleClickAspectJ
extends java.lang.Object
desc : 防止View被连续点击
author : xuexiang
time : 2018/4/22 下午6:38
| Constructor and Description |
|---|
SingleClickAspectJ() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundJoinPoint(ProceedingJoinPoint joinPoint,
SingleClick singleClick) |
void |
method() |
void |
methodInsideAnnotatedType() |
void |
withinAnnotatedClass() |
public void withinAnnotatedClass()
public void methodInsideAnnotatedType()
public void method()
public void aroundJoinPoint(ProceedingJoinPoint joinPoint,
SingleClick singleClick)
throws java.lang.Throwable
java.lang.Throwable