You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/as-a-data-transfer-object/nesting.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,4 +161,6 @@ class AlbumData extends Data
161
161
}
162
162
```
163
163
164
-
This was the old way to define the type of data objects that will be stored within a collection. It is still supported, but we recommend using the annotation.
164
+
This was the old way to define the type of data objects that will be stored within a collection. It is still supported, but we recommend using the annotation since static analyzers and IDEs will have better support for that.
0 commit comments