class Test { /** * Test. * @param s my string * @param s another string */ void test(String s) { } }