EnableSpringHttpSession updated to since 1.2
This commit is contained in:
@@ -71,7 +71,7 @@ import org.springframework.session.events.SessionDestroyedEvent;
|
||||
* </ul>
|
||||
*
|
||||
* @author Rob Winch
|
||||
* @since 1.0
|
||||
* @since 1.2
|
||||
*/
|
||||
@Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
@Target(value = { java.lang.annotation.ElementType.TYPE })
|
||||
@@ -79,4 +79,4 @@ import org.springframework.session.events.SessionDestroyedEvent;
|
||||
@Import(SpringHttpSessionConfiguration.class)
|
||||
@Configuration
|
||||
public @interface EnableSpringHttpSession {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user