摘要: @SuppressWarnings注解用法 @SuppressWarnings注解主要用在取消一些编译器产生的警告对代码工具左侧行列提示,但这种警告可以通过注释类型声明来取消 @SuppressWarnings常用的注解的使用有三种: 1. @SuppressWarnings("unchecked" 阅读全文
posted @ 2021-02-03 23:03 笙歌散尽,醉挽清风 阅读(225) 评论(0) 推荐(0)