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 Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends HasElement>

    Owner class of the qualified @RouteScope bean.