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