langtools/test/tools/javac/processing/6414633/A.java
changeset 34752 9c262a013456
parent 6720 f16f91662ad8
equal deleted inserted replaced
34751:32ee3b176042 34752:9c262a013456
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 
       
    25 import java.util.*;
    24 import java.util.*;
    26 import javax.annotation.*;
    25 import javax.annotation.*;
    27 import javax.annotation.processing.*;
    26 import javax.annotation.processing.*;
    28 import javax.lang.model.*;
    27 import javax.lang.model.*;
    29 import javax.lang.model.element.*;
    28 import javax.lang.model.element.*;