langtools/src/share/classes/com/sun/tools/javadoc/ConstructorDocImpl.java
changeset 14260 727a84636f12
parent 5520 86e4b9a9da40
child 14802 969e90f68ac5
equal deleted inserted replaced
14259:fb94a1df0d53 14260:727a84636f12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2006, 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
    32 import com.sun.tools.javac.tree.JCTree.JCMethodDecl;
    32 import com.sun.tools.javac.tree.JCTree.JCMethodDecl;
    33 import com.sun.tools.javac.util.Position;
    33 import com.sun.tools.javac.util.Position;
    34 
    34 
    35 /**
    35 /**
    36  * Represents a constructor of a java class.
    36  * Represents a constructor of a java class.
       
    37  *
       
    38  *  <p><b>This is NOT part of any supported API.
       
    39  *  If you write code that depends on this, you do so at your own risk.
       
    40  *  This code and its internal interfaces are subject to change or
       
    41  *  deletion without notice.</b>
    37  *
    42  *
    38  * @since 1.2
    43  * @since 1.2
    39  * @author Robert Field
    44  * @author Robert Field
    40  * @author Neal Gafter (rewrite)
    45  * @author Neal Gafter (rewrite)
    41  */
    46  */