Annotation Interface VaadinServiceScoped


@NormalScope @Inherited @Target({ANNOTATION_TYPE,TYPE,FIELD,METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface VaadinServiceScoped
The lifecycle of a VaadinServiceScoped bean is bound to a VaadinService.

Injecting with this annotation will create a proxy for the contextual instance rather than provide the contextual instance itself.