test/tools/javac/lib/JavacTestingAbstractProcessor.java

changeset 932
edf03ca74991
parent 699
d2aaaec153e8
child 1054
111bbf1ad913
equal deleted inserted replaced
931:c9432f06d9bc 932:edf03ca74991
1 /* 1 /*
2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
22 */ 22 */
23 23
24 import java.util.*; 24 import java.util.*;
25 import javax.annotation.processing.*; 25 import javax.annotation.processing.*;
26 import javax.lang.model.SourceVersion; 26 import javax.lang.model.SourceVersion;
27 import static javax.lang.model.SourceVersion.*;
28 import javax.lang.model.element.*;
29 import javax.lang.model.util.*; 27 import javax.lang.model.util.*;
30 28
31 /** 29 /**
32 * An abstract annotation processor tailored to javac regression testing. 30 * An abstract annotation processor tailored to javac regression testing.
33 */ 31 */

mercurial