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.
com.vaadin.flow.spring.annotation.
Annotation Interface RouteScopeOwner
@Qualifier
@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD,PARAMETER})
public @interface RouteScopeOwner
Link a @RouteScope
bean to its owner.
Owner is a router component. A @Route
, or a
RouterLayout
, or a HasErrorParameter
.
Since:
Author:
Vaadin Ltd
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends HasElement>
Owner class of the qualified
@RouteScope
bean.
-
Element Details
-
value
Class<? extends HasElement> valueOwner class of the qualified
@RouteScope
bean.A
@Route
, or aRouterLayout
, or aHasErrorParameter
Returns:
owner class
-