EnableSpringHttpSession updated to since 1.2

This commit is contained in:
Rob Winch
2015-08-18 15:10:58 -05:00
parent 6c82628402
commit ba97bdf2fa

View File

@@ -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 {
}
}