@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AllWindowsClosed
Method annotation designed to be used by session-scoped beans that need to be notified when all browser windows
for that session are closed. Useful in cases where the application wants to actively cleanup a user-session when
the final window associated with the session has been closed.