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