@Retention(value=RUNTIME)
@Target(value={METHOD,ANNOTATION_TYPE})
@Inherited
public @interface EventPreventDefault
Modifier and Type | Required Element and Description |
---|---|
boolean |
value
Cancels the event if it is cancelable, without stopping further
propagation of the event.
|