예:
class Main { public static void execute(Runnable r) {} public static <T> void execute(RunnableFuture<T> c) {} }
옵션을 사용하여 매개변수 타입이 확실히 호환되지 않는 오버로드된 메서드를 무시합니다.