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