|
Annotation Types Summary |
| EnableVaadin |
Brings in the machinery to setup Spring + Vaadin applications. |
| SpringComponent |
Alias for Component to prevent
conflicts with Component. |
| SpringUI |
Annotation to be put on UI-subclasses that are to be
automatically detected and configured by Spring. |
| SpringView |
Annotation to be placed on View-classes that
should be handled by the SpringViewProvider. |
| UIScope |
Stereotype annotation for Spring's @Scope("vaadin-ui"). |
| VaadinSessionScope |
Stereotype annotation for Spring's @Scope("vaadin-session"). |
| ViewScope |
Stereotype annotation for Spring's @Scope("vaadin-view). |