File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/scala/com/avsystem/commons/serialization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ package serialization
77 * representation. Deserialization behavior remains <b>unchanged</b>. If a field is missing from the input, the default
88 * value will be used as usual.
99 *
10- * This annotation can be helpful when using the same model class in multiple contexts with different serialization
10+ * This marker can be helpful when using the same model class in multiple contexts with different serialization
1111 * formats that have conflicting requirements for handling default values.
1212 *
13- * @see [[CustomMarkersOutputWrapper ]]
13+ * @see [[CustomMarkersOutputWrapper ]] for an easy way to add markers to existing [[ Output ]] implementations
1414 */
1515object IgnoreTransientDefaultMarker extends CustomEventMarker [Unit ]
You can’t perform that action at this time.
0 commit comments