langtools/test/tools/javac/processing/environment/round/TestContext.java
changeset 14963 974d4423c999
parent 8846 39157538c506
child 30730 d3ce7619db2c
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6988836
    26  * @bug 6988836
    27  * @summary A new JavacElements is created for each round of annotation processing
    27  * @summary A new JavacElements is created for each round of annotation processing
    28  * @library ../../../lib
    28  * @library /tools/javac/lib
    29  * @build JavacTestingAbstractProcessor TestContext
    29  * @build JavacTestingAbstractProcessor TestContext
    30  * @compile/process -processor TestContext -XprintRounds TestContext
    30  * @compile/process -processor TestContext -XprintRounds TestContext
    31  */
    31  */
    32 
    32 
    33 import java.io.*;
    33 import java.io.*;