示例:
class Main { public static void execute(Runnable r) {} public static <T> void execute(RunnableFuture<T> c) {} }
使用该选项来忽略参数类型绝对不兼容的重载方法。