Skip to content

Commit 05e170b

Browse files
Sync: note combined annotation and configuration class
1 parent 130edc9 commit 05e170b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

objectbox/lib/src/native/sync.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,10 @@ class _SyncListenerGroup<StreamValueType> {
583583
}
584584
}
585585

586+
// Note: because in Dart can't have two classes exported with the same name,
587+
// this class doubles as the annotation class (compare annotations.dart) and
588+
// configuration class for Sync.
589+
586590
/// [ObjectBox Sync](https://objectbox.io/sync/) makes data available and
587591
/// synchronized across devices, online and offline.
588592
///

0 commit comments

Comments
 (0)