class Foo { /** * * @param i desc * @param j desc * @return<caret> */ int test(int i, int j) { } }