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