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