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

changeset 0
959103a6100f
equal deleted inserted replaced
-1:000000000000 0:959103a6100f
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 }

mercurial