< prev index next >

langtools/test/tools/javac/processing/rounds/OverwriteBetweenCompilations.java

Print this page

        

*** 23,33 **** /* * @test * @bug 8038455 * @summary Verify that annotation processor can overwrite source and class files it generated ! * during previous compilations, and that the Symbols are updated appropriatelly. * @library /tools/lib /tools/javac/lib/ * @modules jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main * jdk.compiler/com.sun.tools.javac.processing * jdk.compiler/com.sun.tools.javac.util --- 23,33 ---- /* * @test * @bug 8038455 * @summary Verify that annotation processor can overwrite source and class files it generated ! * during previous compilations, and that the Symbols are updated appropriately. * @library /tools/lib /tools/javac/lib/ * @modules jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main * jdk.compiler/com.sun.tools.javac.processing * jdk.compiler/com.sun.tools.javac.util
< prev index next >