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