< prev index next >

test/langtools/tools/javac/processing/environment/round/ErroneousAnnotations.java

Print this page

        

*** 1,9 **** --- 1,11 ---- /** /nodynamiccopyright/ * Class to hold annotations for TestElementsAnnotatedWith. */ + import annot.AnnotatedElementInfo; + @AnnotatedElementInfo(annotationName="java.lang.SuppressWarnings", expectedSize=0, names={}) @Undefined public class ErroneousAnnotations {
< prev index next >