class Test { /** * @see #perform(String, int) */ public void i() {} public void perform(String s, int a) {} }