Skip to main content

关闭编绎器警告

使用 @SuppressWarnings 注解消除编绎器警告,可用在类、字段、方法、参数、构造方法、局部变量。

@SuppressWarnings("GrMethodMayBeStatic")  /* 方法应该定义为静态 */