예:
public void execute(Runnable... r) {} // 경고 public void execute(Runnable r1, Runnable r2) {}
옵션을 사용하여 매개변수 타입이 확실히 호환되지 않는 오버로드된 메서드를 무시합니다.