langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java
changeset 14260 727a84636f12
parent 5520 86e4b9a9da40
child 16969 b58d8a70d921
equal deleted inserted replaced
14259:fb94a1df0d53 14260:727a84636f12
     1 /*
     1 /*
     2  * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    26 package com.sun.tools.doclets.internal.toolkit.util.links;
    26 package com.sun.tools.doclets.internal.toolkit.util.links;
    27 
    27 
    28 /**
    28 /**
    29  * Stores output of a link.
    29  * Stores output of a link.
    30  *
    30  *
       
    31  *  <p><b>This is NOT part of any supported API.
       
    32  *  If you write code that depends on this, you do so at your own risk.
       
    33  *  This code and its internal interfaces are subject to change or
       
    34  *  deletion without notice.</b>
       
    35  *
    31  * @author Jamie Ho
    36  * @author Jamie Ho
    32  * @since 1.5
    37  * @since 1.5
    33  */
    38  */
    34 public interface LinkOutput {
    39 public interface LinkOutput {
    35 
    40