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

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 1746
bd51ca92c013
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
38 * specified, the constant value is retrieved from the specified field. A link 38 * specified, the constant value is retrieved from the specified field. A link
39 * is also created to the specified field. If a name is not specified, the value 39 * is also created to the specified field. If a name is not specified, the value
40 * is retrieved for the field that the inline tag appears on. The name is specifed 40 * is retrieved for the field that the inline tag appears on. The name is specifed
41 * in the following format: [fully qualified class name]#[constant field name]. 41 * in the following format: [fully qualified class name]#[constant field name].
42 * 42 *
43 * This code is not part of an API. 43 * <p><b>This is NOT part of any supported API.
44 * It is implementation that is subject to change. 44 * If you write code that depends on this, you do so at your own risk.
45 * Do not use it as an API 45 * This code and its internal interfaces are subject to change or
46 * deletion without notice.</b>
46 * 47 *
47 * @author Jamie Ho 48 * @author Jamie Ho
48 * @since 1.4 49 * @since 1.4
49 */ 50 */
50 51

mercurial