Polishing

This commit is contained in:
Juergen Hoeller
2014-07-09 21:24:59 +02:00
parent 777085bbfc
commit 3c726aa6c1
6 changed files with 34 additions and 53 deletions

View File

@@ -16,13 +16,14 @@
package org.springframework.web.socket.config.annotation;
import java.util.Collections;
import org.springframework.beans.factory.config.CustomScopeConfigurer;
import org.springframework.context.annotation.Bean;
import org.springframework.messaging.simp.SimpSessionScope;
import java.util.Collections;
/**
* Bean configuration for a "websocket" scope, bound to {@link SimpSessionScope}.
*
* @author Rossen Stoyanchev
* @since 4.1