@sessionattributes
@Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Inherited @Documented public @interface SessionAttributes { String[] value() default {}; Class[] types() default {}; }
SpringMVC @sessionattributes 使用详解以及源码分析
原文:http://www.cnblogs.com/daxin/p/4035383.html