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

changeset 1359
25e14ad23cef
parent 554
9d9f26857129
child 1443
cfde9737131e
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
1 /* 1 /*
2 * Copyright (c) 1997, 2005, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
35 * Represents a member of a java class: field, constructor, or method. 35 * Represents a member of a java class: field, constructor, or method.
36 * This is an abstract class dealing with information common to 36 * This is an abstract class dealing with information common to
37 * method, constructor and field members. Class members of a class 37 * method, constructor and field members. Class members of a class
38 * (nested classes) are represented instead by ClassDocImpl. 38 * (nested classes) are represented instead by ClassDocImpl.
39 * 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>
44 *
40 * @see MethodDocImpl 45 * @see MethodDocImpl
41 * @see FieldDocImpl 46 * @see FieldDocImpl
42 * @see ClassDocImpl 47 * @see ClassDocImpl
43 * 48 *
44 * @author Robert Field 49 * @author Robert Field

mercurial