1 /** /nodynamiccopyright/
   2  * Class to hold annotations for TestElementsAnnotatedWith.
   3  */
   4 
   5 import annot.AnnotatedElementInfo;
   6 
   7 @AnnotatedElementInfo(annotationName="java.lang.SuppressWarnings",
   8                       expectedSize=0,
   9                       names={})
  10 @Undefined
  11 public class ErroneousAnnotations {
  12     @Undefined
  13     private void foo() {return;}
  14 }