| Annotation Type | Description |
|---|---|
| EnableVaadin |
Brings in the machinery to setup Spring + Vaadin applications.
|
| RouteScope |
The lifecycle of a
@RouteScope bean is controlled by route
navigation. |
| RouteScopeOwner |
Link a
@RouteScope bean to its owner. |
| SpringComponent |
Convenience alias for
Component to
prevent conflicts with Component. |
| UIScope |
Stereotype annotation for Spring's
@Scope("vaadin-ui"). |
| VaadinSessionScope |
Stereotype annotation for Spring's
@Scope("vaadin-session"). |
Copyright © 2021 Vaadin Ltd. All Rights Reserved.