@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface AfterEvent
Request scope application intercepter of incoming browser events. You
can do action after 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.