langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/FieldDoc.java
changeset 44878 9dd9cf7919ff
parent 38617 d93a7f64e231
equal deleted inserted replaced
44877:1ab95a256567 44878:9dd9cf7919ff
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2017, 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
    63     boolean isVolatile();
    63     boolean isVolatile();
    64 
    64 
    65     /**
    65     /**
    66      * Return the serialField tags in this FieldDoc item.
    66      * Return the serialField tags in this FieldDoc item.
    67      *
    67      *
    68      * @return an array of <tt>SerialFieldTag</tt> objects containing
    68      * @return an array of {@code SerialFieldTag} objects containing
    69      *         all {@code @serialField} tags.
    69      *         all {@code @serialField} tags.
    70      */
    70      */
    71     SerialFieldTag[] serialFieldTags();
    71     SerialFieldTag[] serialFieldTags();
    72 
    72 
    73     /**
    73     /**