langtools/src/share/classes/com/sun/tools/javac/api/WrappingJavaFileManager.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 14258 8d2148961366
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    40  * additional fields and methods.
    40  * additional fields and methods.
    41  *
    41  *
    42  * <p>This class might be moved to {@link javax.tools} in a future
    42  * <p>This class might be moved to {@link javax.tools} in a future
    43  * release.
    43  * release.
    44  *
    44  *
    45  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    45  * <p><b>This is NOT part of any supported API.
    46  * If you write code that depends on this, you do so at your own
    46  * If you write code that depends on this, you do so at your own
    47  * risk.  This code and its internal interfaces are subject to change
    47  * risk.  This code and its internal interfaces are subject to change
    48  * or deletion without notice.</b></p>
    48  * or deletion without notice.</b></p>
    49  *
    49  *
    50  * @param <M> the type of file manager wrapped to by this object
    50  * @param <M> the type of file manager wrapped to by this object