示例:
public void execute(Runnable... r) {} // 警告 public void execute(Runnable r1, Runnable r2) {}
使用该选项可以忽略形参类型绝对不兼容的重载方法。