com.vaadin.spring.annotation
Annotation Type UIScope


@Scope(value="vaadin-ui")
@Target(value={TYPE,METHOD})
@Retention(value=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)



Copyright © 2016 Vaadin Ltd. All Rights Reserved.