Java注解格式

单个

@SuppressWarnings("unchecked")

多个

@SuppressWarnings({ "rawtypes", "unchecked" })

 

原文地址:https://www.cnblogs.com/jinglecode/p/6824657.html