@SupperssWarnings注解 压制警告

@SuppressWarnings(“rawtypes”) 是什么含义 SuppressWarnings压制警告,即去除警告 rawtypes是说传参时也要传递带泛型的参数 @SuppressWarnings(“unchecked”) unchecked 执行了未检查的转换时的警告 @SuppressWarnings({“static-access”, “unchecked”}) 指示应该在注释元
相关文章
相关标签/搜索