标签: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