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

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 1362
c46e0c9940d6
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
34 import com.sun.tools.doclets.internal.toolkit.taglets.*; 34 import com.sun.tools.doclets.internal.toolkit.taglets.*;
35 import com.sun.tools.doclets.internal.toolkit.util.*; 35 import com.sun.tools.doclets.internal.toolkit.util.*;
36 36
37 /** 37 /**
38 * The base class for member writers. 38 * The base class for member writers.
39 *
40 * <p><b>This is NOT part of any supported API.
41 * If you write code that depends on this, you do so at your own risk.
42 * This code and its internal interfaces are subject to change or
43 * deletion without notice.</b>
39 * 44 *
40 * @author Robert Field 45 * @author Robert Field
41 * @author Atul M Dambalkar 46 * @author Atul M Dambalkar
42 * @author Jamie Ho (Re-write) 47 * @author Jamie Ho (Re-write)
43 * @author Bhavesh Patel (Modified) 48 * @author Bhavesh Patel (Modified)

mercurial