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