@Qualifier @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD,PARAMETER}) public @interface RouteScopeOwner
@RouteScope 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
@RouteScope bean. |
public abstract Class<? extends com.vaadin.flow.component.HasElement> value
@RouteScope bean.
A @Route, or a RouterLayout, or a
HasErrorParameter
Copyright © 2021 Vaadin Ltd. All Rights Reserved.