@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface OnClick
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
call |
| Modifier and Type | Optional Element and Description |
|---|---|
OnClick.Button |
button |
int |
count |
public abstract OnClick.Button button