src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/ParamTaglet.java

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 1724
d918b63a5509
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
31 import com.sun.tools.doclets.internal.toolkit.util.*; 31 import com.sun.tools.doclets.internal.toolkit.util.*;
32 32
33 /** 33 /**
34 * A taglet that represents the @param tag. 34 * A taglet that represents the @param tag.
35 * 35 *
36 * This code is not part of an API. 36 * <p><b>This is NOT part of any supported API.
37 * It is implementation that is subject to change. 37 * If you write code that depends on this, you do so at your own risk.
38 * Do not use it as an API 38 * This code and its internal interfaces are subject to change or
39 * deletion without notice.</b>
39 * 40 *
40 * @author Jamie Ho 41 * @author Jamie Ho
41 * @since 1.4 42 * @since 1.4
42 */ 43 */
43 public class ParamTaglet extends BaseTaglet implements InheritableTaglet { 44 public class ParamTaglet extends BaseTaglet implements InheritableTaglet {

mercurial