src/share/classes/com/sun/tools/doclets/formats/html/ClassUseWriter.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
33 import com.sun.tools.doclets.internal.toolkit.*; 33 import com.sun.tools.doclets.internal.toolkit.*;
34 import com.sun.tools.doclets.internal.toolkit.util.*; 34 import com.sun.tools.doclets.internal.toolkit.util.*;
35 35
36 /** 36 /**
37 * Generate class usage information. 37 * Generate class usage information.
38 *
39 * <p><b>This is NOT part of any supported API.
40 * If you write code that depends on this, you do so at your own risk.
41 * This code and its internal interfaces are subject to change or
42 * deletion without notice.</b>
38 * 43 *
39 * @author Robert G. Field 44 * @author Robert G. Field
40 * @author Bhavesh Patel (Modified) 45 * @author Bhavesh Patel (Modified)
41 */ 46 */
42 public class ClassUseWriter extends SubWriterHolderWriter { 47 public class ClassUseWriter extends SubWriterHolderWriter {

mercurial