langtools/src/share/classes/com/sun/tools/javah/TypeSignature.java
changeset 5847 1908176fd6e3
parent 5841 7a8448425bb7
child 6930 b6fea484cbb2
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    41 import javax.lang.model.util.SimpleTypeVisitor7;
    41 import javax.lang.model.util.SimpleTypeVisitor7;
    42 
    42 
    43 /**
    43 /**
    44  * Returns internal type signature.
    44  * Returns internal type signature.
    45  *
    45  *
    46  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    46  * <p><b>This is NOT part of any supported API.
    47  * If you write code that depends on this, you do so at your own
    47  * If you write code that depends on this, you do so at your own
    48  * risk.  This code and its internal interfaces are subject to change
    48  * risk.  This code and its internal interfaces are subject to change
    49  * or deletion without notice.</b></p>
    49  * or deletion without notice.</b></p>
    50  *
    50  *
    51  * @author Sucheta Dambalkar
    51  * @author Sucheta Dambalkar