langtools/src/share/classes/com/sun/tools/javah/Gen.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 14263 473b1eaede64
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    58  * An abstraction for generating support files required by native methods.
    58  * An abstraction for generating support files required by native methods.
    59  * Subclasses are for specific native interfaces. At the time of its
    59  * Subclasses are for specific native interfaces. At the time of its
    60  * original writing, this interface is rich enough to support JNI and the
    60  * original writing, this interface is rich enough to support JNI and the
    61  * old 1.0-style native method interface.
    61  * old 1.0-style native method interface.
    62  *
    62  *
    63  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    63  * <p><b>This is NOT part of any supported API.
    64  * If you write code that depends on this, you do so at your own
    64  * If you write code that depends on this, you do so at your own
    65  * risk.  This code and its internal interfaces are subject to change
    65  * risk.  This code and its internal interfaces are subject to change
    66  * or deletion without notice.</b></p>
    66  * or deletion without notice.</b></p>
    67  *
    67  *
    68  * @author  Sucheta Dambalkar(Revised)
    68  * @author  Sucheta Dambalkar(Revised)