Annotation Interface UIScope


@Scope("vaadin-ui") @Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented public @interface UIScope
Stereotype annotation for Spring's @Scope("vaadin-ui").
Author:
Petter Holmström (petter@vaadin.com), Josh Long (josh@joshlong.com)