langtools/test/tools/javac/processing/T6439826.java
changeset 2983 1d164c36212a
parent 10 06bc494ca11e
child 3149 0cd06d598d6f
equal deleted inserted replaced
2982:090c71af18f6 2983:1d164c36212a
    37 import com.sun.tools.javac.api.*;
    37 import com.sun.tools.javac.api.*;
    38 import static javax.lang.model.util.ElementFilter.*;
    38 import static javax.lang.model.util.ElementFilter.*;
    39 
    39 
    40 
    40 
    41 @SupportedAnnotationTypes("*")
    41 @SupportedAnnotationTypes("*")
    42 @SupportedSourceVersion(SourceVersion.RELEASE_6 )
    42 @SupportedSourceVersion(SourceVersion.RELEASE_7 )
    43 public class T6439826 extends AbstractProcessor {
    43 public class T6439826 extends AbstractProcessor {
    44     public static void main(String... args) {
    44     public static void main(String... args) {
    45         String testSrc = System.getProperty("test.src", ".");
    45         String testSrc = System.getProperty("test.src", ".");
    46         String testClasses = System.getProperty("test.classes");
    46         String testClasses = System.getProperty("test.classes");
    47         JavacTool tool = JavacTool.create();
    47         JavacTool tool = JavacTool.create();