langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/builders/AbstractMemberBuilder.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    41  *  deletion without notice.</b>
    41  *  deletion without notice.</b>
    42  *
    42  *
    43  * @author Jamie Ho
    43  * @author Jamie Ho
    44  * @since 1.5
    44  * @since 1.5
    45  */
    45  */
       
    46 @Deprecated
    46 public abstract class AbstractMemberBuilder extends AbstractBuilder {
    47 public abstract class AbstractMemberBuilder extends AbstractBuilder {
    47 
    48 
    48     /**
    49     /**
    49      * Construct a SubBuilder.
    50      * Construct a SubBuilder.
    50      * @param configuration the configuration used in this run
    51      * @param configuration the configuration used in this run