| Annotation Type | Description |
|---|---|
| NormalRouteScoped |
The lifecycle of a NormalRouteScoped bean is controlled by route navigation.
|
| NormalUIScoped |
The lifecycle of a UIScoped component is bound to a browser tab.
|
| RouteScoped |
The lifecycle of a RouteScoped component is controlled by route navigation.
|
| RouteScopeOwner |
Link a
@RouteScoped,
or @NormalRouteScoped bean to its owner. |
| UIScoped |
The lifecycle of a UIScoped component is bound to a browser tab.
|
| VaadinServiceEnabled |
Qualifier to mark Vaadin service implementations.
|
| VaadinServiceScoped |
The lifecycle of a VaadinServiceScoped bean is bound to a
VaadinService. |
| VaadinSessionScoped |
The lifecycle of a VaadinSessionScoped bean is bound to a
VaadinSession. |
Copyright © 2018 Vaadin Ltd. All Rights Reserved.