@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SingleClick
desc : 防止View被连续点击
author : xuexiang
time : 2018/4/22 下午6:35
| Modifier and Type | Fields and Description |
|---|---|
static long |
DEFAULT_INTERVAL_MILLIS |
| Modifier and Type | Optional Element and Description |
|---|---|
long |
value |