1 package annotator.tests; 2 3 public class DeclarationAnnotation { foo()4 public void foo() { 5 } 6 } 7