@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface WindowDisposed
When this annotation is found on a ViewScoped bean, that bean will be removed from the map when the browser window associated with that view is closed.
Copyright 2025 ICEsoft Technologies Canada Corp., All Rights Reserved.