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

changeset 2254
5ad8f004239f
parent 0
959103a6100f
equal deleted inserted replaced
2253:afb6642d0603 2254:5ad8f004239f
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