langtools/src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java
changeset 5847 1908176fd6e3
parent 5841 7a8448425bb7
child 7681 1f0819a3341f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    38  * Object providing state about a prior round of annotation processing.
    38  * Object providing state about a prior round of annotation processing.
    39  *
    39  *
    40  * <p>The methods in this class do not take type annotations into account,
    40  * <p>The methods in this class do not take type annotations into account,
    41  * as target types, not java elements.
    41  * as target types, not java elements.
    42  *
    42  *
    43  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    43  * <p><b>This is NOT part of any supported API.
    44  * If you write code that depends on this, you do so at your own risk.
    44  * If you write code that depends on this, you do so at your own risk.
    45  * This code and its internal interfaces are subject to change or
    45  * This code and its internal interfaces are subject to change or
    46  * deletion without notice.</b>
    46  * deletion without notice.</b>
    47  */
    47  */
    48 public class JavacRoundEnvironment implements RoundEnvironment {
    48 public class JavacRoundEnvironment implements RoundEnvironment {