@Qualifier @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD,PARAMETER}) public @interface RouteScopeOwner
@RouteScoped,
or @NormalRouteScoped bean to its owner.
Owner is a router component.
A @Route, or a RouterLayout, or a HasErrorParameter.
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends com.vaadin.flow.component.HasElement> |
value
Owner class of the qualified
@RouteScoped,
or @NormalRouteScoped bean. |
public abstract Class<? extends com.vaadin.flow.component.HasElement> value
@RouteScoped,
or @NormalRouteScoped bean.
A @Route, or a RouterLayout, or a HasErrorParameter
Copyright © 2018 Vaadin Ltd. All Rights Reserved.