Implementation of Spring's {@link org.springframework.beans.factory.config.Scope} that binds the beans to thecurrent {@link com.vaadin.server.VaadinSession} (as opposed to the current Servlet session). Registered by defaultas the scope " {@value #VAADIN_SESSION_SCOPE_NAME}".
@author Petter Holmström (petter@vaadin.com)
@see org.vaadin.spring.VaadinSessionScope
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.