- Timestamp:
- 2018-03-25T16:00:58+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/StructUtils.java
r13174 r13563 39 39 * 40 40 * 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. 43 42 * @since 12851 44 43 */ … … 70 69 /** 71 70 * 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 @ prefannotation.71 * Possible properties are given by fields of the class klass that have the @StructEntry annotation. 73 72 * Default constructor is used to initialize the struct objects, properties then override some of these default values. 74 73 * @param <T> klass type
Note:
See TracChangeset
for help on using the changeset viewer.