static
如果满足以下条件,则方法可以为 static:
synchronized
native
abstract
使用以下选项配置检查:
private
final
myClass.m()
MyClass.m()