src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DeprecatedAPIListBuilder.java

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 2525
2eb010b6cb22
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
30 import com.sun.javadoc.*; 30 import com.sun.javadoc.*;
31 import com.sun.tools.doclets.internal.toolkit.Configuration; 31 import com.sun.tools.doclets.internal.toolkit.Configuration;
32 32
33 /** 33 /**
34 * Build list of all the deprecated packages, classes, constructors, fields and methods. 34 * Build list of all the deprecated packages, classes, constructors, fields and methods.
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 Atul M Dambalkar 41 * @author Atul M Dambalkar
37 */ 42 */
38 public class DeprecatedAPIListBuilder { 43 public class DeprecatedAPIListBuilder {
39 44

mercurial