@Retention(value=RUNTIME)
@Target(value={METHOD,ANNOTATION_TYPE})
@Inherited
public @interface EventNotifyServer
Modifier and Type | Required Element and Description |
---|---|
boolean |
value
If to notify server when Script browser event had happened.
|