Package com.vaadin.cdi.annotation
package com.vaadin.cdi.annotation
-
Annotation InterfacesClassDescriptionThis is a
@Stereotypeto let the container scan and manage the instances of the annotated types.The lifecycle of a NormalRouteScoped bean is controlled by route navigation.The lifecycle of a UIScoped component is bound to a browser tab.The lifecycle of a RouteScoped component is controlled by route navigation.Link a@RouteScoped, or@NormalRouteScopedbean to its owner.The lifecycle of a UIScoped component is bound to a browser tab.Qualifier to mark Vaadin service implementations.The lifecycle of a VaadinServiceScoped bean is bound to aVaadinService.The lifecycle of a VaadinSessionScoped bean is bound to aVaadinSession.