langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/builders/MethodBuilder.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    41  *
    41  *
    42  * @author Jamie Ho
    42  * @author Jamie Ho
    43  * @author Bhavesh Patel (Modified)
    43  * @author Bhavesh Patel (Modified)
    44  * @since 1.5
    44  * @since 1.5
    45  */
    45  */
       
    46 @Deprecated
    46 public class MethodBuilder extends AbstractMemberBuilder {
    47 public class MethodBuilder extends AbstractMemberBuilder {
    47 
    48 
    48     /**
    49     /**
    49      * The index of the current field that is being documented at this point
    50      * The index of the current field that is being documented at this point
    50      * in time.
    51      * in time.