class Test { /** * @param s */ int method(String s) { return 10; } }