@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface BeforeEvent
Request scope application intercepter of incoming browser events. You
can do action before perform all listeners of a browser event. You can use
this annotation only on FireWebApplication instance method. Only browser
event can have intercepter. Method listener must have parameter of Event.