码迷,mamicode.com
首页 > 编程语言 > 详细

SpringMVC @sessionattributes 使用详解以及源码分析

时间:2014-10-19 21:15:39      阅读:467      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   使用   sp   div   on   

@sessionattributes

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface SessionAttributes {
    String[] value() default {};
    Class[] types() default {};
}

 

SpringMVC @sessionattributes 使用详解以及源码分析

标签:style   blog   color   io   ar   使用   sp   div   on   

原文地址:http://www.cnblogs.com/daxin/p/4035383.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!