langtools/src/share/classes/com/sun/tools/javac/processing/JavacFiler.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6157 218670cd9b1c
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    85  * named *.java and *.class are not processed in that manner; although
    85  * named *.java and *.class are not processed in that manner; although
    86  * having extra source files and class files on the source path and
    86  * having extra source files and class files on the source path and
    87  * class path can alter the behavior of the tool and any final
    87  * class path can alter the behavior of the tool and any final
    88  * compile.
    88  * compile.
    89  *
    89  *
    90  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    90  * <p><b>This is NOT part of any supported API.
    91  * If you write code that depends on this, you do so at your own risk.
    91  * If you write code that depends on this, you do so at your own risk.
    92  * This code and its internal interfaces are subject to change or
    92  * This code and its internal interfaces are subject to change or
    93  * deletion without notice.</b>
    93  * deletion without notice.</b>
    94  */
    94  */
    95 public class JavacFiler implements Filer, Closeable {
    95 public class JavacFiler implements Filer, Closeable {