src/share/classes/com/sun/tools/javadoc/MethodDocImpl.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1374
c002fdee76fd
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
35 import com.sun.tools.javac.tree.JCTree.JCMethodDecl; 35 import com.sun.tools.javac.tree.JCTree.JCMethodDecl;
36 import com.sun.tools.javac.util.Position; 36 import com.sun.tools.javac.util.Position;
37 37
38 /** 38 /**
39 * Represents a method of a java class. 39 * Represents a method of a java class.
40 *
41 * <p><b>This is NOT part of any supported API.
42 * If you write code that depends on this, you do so at your own risk.
43 * This code and its internal interfaces are subject to change or
44 * deletion without notice.</b>
40 * 45 *
41 * @since 1.2 46 * @since 1.2
42 * @author Robert Field 47 * @author Robert Field
43 * @author Neal Gafter (rewrite) 48 * @author Neal Gafter (rewrite)
44 */ 49 */

mercurial