가변 인자 메서드로 변환할 수 있는 메서드를 보고합니다.

예:


  void process(String name, Object[] objects);

빠른 수정을 적용한 후:


  void process(String name, Object... objects);