src/share/classes/com/sun/tools/javah/Gen.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 1362
c46e0c9940d6
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
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)

mercurial