src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/SerializedFormBuilder.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.util.*; 33 import com.sun.tools.doclets.internal.toolkit.util.*;
34 34
35 /** 35 /**
36 * Builds the serialized form. 36 * Builds the serialized form.
37 * 37 *
38 * This code is not part of an API. 38 * <p><b>This is NOT part of any supported API.
39 * It is implementation that is subject to change. 39 * If you write code that depends on this, you do so at your own risk.
40 * Do not use it as an API 40 * This code and its internal interfaces are subject to change or
41 * deletion without notice.</b>
41 * 42 *
42 * @author Jamie Ho 43 * @author Jamie Ho
43 * @author Bhavesh Patel (Modified) 44 * @author Bhavesh Patel (Modified)
44 * @since 1.5 45 * @since 1.5
45 */ 46 */

mercurial