Changeset 13563 in josm


Ignore:
Timestamp:
2018-03-25T16:00:58+02:00 (6 years ago)
Author:
Don-vip
Message:

see #15310 - fix javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/StructUtils.java

    r13174 r13563  
    3939 *
    4040 * A "struct" is a class that has some fields annotated with {@link StructEntry}.
    41  * Those fields will be respected when converting an object to a {@link Map} and
    42  * back.
     41 * Those fields will be respected when converting an object to a {@link Map} and back.
    4342 * @since 12851
    4443 */
     
    7069    /**
    7170     * Get a list of hashes which are represented by a struct-like class.
    72      * Possible properties are given by fields of the class klass that have the @pref annotation.
     71     * Possible properties are given by fields of the class klass that have the @StructEntry annotation.
    7372     * Default constructor is used to initialize the struct objects, properties then override some of these default values.
    7473     * @param <T> klass type
Note: See TracChangeset for help on using the changeset viewer.