当前位置: 代码迷 >> Java Web开发 >> spring 的annotation解决办法
  详细解决方案

spring 的annotation解决办法

热度:71   发布时间:2016-04-17 11:11:03.0
spring 的annotation
spring 中的的annotation
@SuppressWarnings("serial")表示什么意思?

------解决方案--------------------
@SuppressWarnings("serial")指的是关闭类或方法级别的编译器警告。
  相关解决方案