langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/EnumConstantWriter.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    39  * @author Jamie Ho
    39  * @author Jamie Ho
    40  * @author Bhavesh Patel (Modified)
    40  * @author Bhavesh Patel (Modified)
    41  * @since 1.5
    41  * @since 1.5
    42  */
    42  */
    43 
    43 
       
    44 @Deprecated
    44 public interface EnumConstantWriter {
    45 public interface EnumConstantWriter {
    45 
    46 
    46     /**
    47     /**
    47      * Get the enum constants details tree header.
    48      * Get the enum constants details tree header.
    48      *
    49      *