aoqi@0: /** /nodynamiccopyright/ aoqi@0: * Class to hold annotations for TestElementsAnnotatedWith. aoqi@0: */ aoqi@0: aoqi@0: @AnnotatedElementInfo(annotationName="java.lang.SuppressWarnings", aoqi@0: expectedSize=0, aoqi@0: names={}) aoqi@0: @Undefined aoqi@0: public class ErroneousAnnotations { aoqi@0: @Undefined aoqi@0: private void foo() {return;} aoqi@0: }