We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
As long as the owner component stays attached, all beans owned by it remain
in the scope.
Without the RouteScopeOwner annotation the owner is the current route
target component (dynamically calculated). With nested routing hierarchies,
the target is the "leaf" or "bottom most" routing component. The beans are
preserved as long as the owner component remains in the navigation chain. It
means that the bean may be preserved even if the navigation target is changed
(but the "initial" calculated owner is still in the navigation chain).