@Retention(value=RUNTIME)
@Target(value={METHOD,ANNOTATION_TYPE})
@Inherited
public @interface EventExtraInfo
Modifier and Type | Required Element and Description |
---|---|
boolean |
value
Do you expect to receive extraInfo information of the browser event.
|