@interface MyAnno { String xxx(); String yyy(); } /** * @see MyAn<caret> */ public class MyFirstTestClassFoo { }