Package org.vaadin.spring.annotation
Annotation Interface PrototypeScope
@Scope("prototype")
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
public @interface PrototypeScope
Stereotype annotation for Spring's
@Scope("prototype"). Include here for convenience since many Vaadin
components will be using this scope.- Author:
- Petter Holmström (petter@vaadin.com)