langtools/src/share/classes/com/sun/tools/doclets/formats/html/LinkFactoryImpl.java
changeset 14260 727a84636f12
parent 14259 fb94a1df0d53
child 14263 473b1eaede64
equal deleted inserted replaced
14259:fb94a1df0d53 14260:727a84636f12
    30 import com.sun.tools.doclets.internal.toolkit.util.*;
    30 import com.sun.tools.doclets.internal.toolkit.util.*;
    31 import com.sun.tools.doclets.internal.toolkit.util.links.*;
    31 import com.sun.tools.doclets.internal.toolkit.util.links.*;
    32 
    32 
    33 /**
    33 /**
    34  * A factory that returns a link given the information about it.
    34  * A factory that returns a link given the information about it.
       
    35  *
       
    36  *  <p><b>This is NOT part of any supported API.
       
    37  *  If you write code that depends on this, you do so at your own risk.
       
    38  *  This code and its internal interfaces are subject to change or
       
    39  *  deletion without notice.</b>
    35  *
    40  *
    36  * @author Jamie Ho
    41  * @author Jamie Ho
    37  * @since 1.5
    42  * @since 1.5
    38  */
    43  */
    39 public class LinkFactoryImpl extends LinkFactory {
    44 public class LinkFactoryImpl extends LinkFactory {