langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/SerialTree.java
changeset 34916 16043fc1d90b
parent 25874 83c19f00452c
equal deleted inserted replaced
34915:59702366d897 34916:16043fc1d90b
    33  * <p>
    33  * <p>
    34  * &#064;serial field-description | include | exclude
    34  * &#064;serial field-description | include | exclude
    35  *
    35  *
    36  * @since 1.8
    36  * @since 1.8
    37  */
    37  */
    38 @jdk.Exported
       
    39 public interface SerialTree extends BlockTagTree {
    38 public interface SerialTree extends BlockTagTree {
    40     /**
    39     /**
    41      * Returns the description of the field, or the word
    40      * Returns the description of the field, or the word
    42      * "include" or "exclude".
    41      * "include" or "exclude".
    43      * @return the description of the field
    42      * @return the description of the field