@Retention(value=RUNTIME)
@Target(value={METHOD,ANNOTATION_TYPE})
@Inherited
public @interface EventScript
Browser event option. You can call any JavaScrip on browser when event happen
and send back its result to the server. Default is empty string - will
nothing happen.