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

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
32 import com.sun.tools.doclets.internal.toolkit.util.*; 32 import com.sun.tools.doclets.internal.toolkit.util.*;
33 33
34 /** 34 /**
35 * Generate File to list all the deprecated classes and class members with the 35 * Generate File to list all the deprecated classes and class members with the
36 * appropriate links. 36 * appropriate links.
37 *
38 * <p><b>This is NOT part of any supported API.
39 * If you write code that depends on this, you do so at your own risk.
40 * This code and its internal interfaces are subject to change or
41 * deletion without notice.</b>
37 * 42 *
38 * @see java.util.List 43 * @see java.util.List
39 * @author Atul M Dambalkar 44 * @author Atul M Dambalkar
40 * @author Bhavesh Patel (Modified) 45 * @author Bhavesh Patel (Modified)
41 */ 46 */

mercurial