We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4fdea commit 93ba538Copy full SHA for 93ba538
objectbox-java/src/main/java/io/objectbox/model/FlatStoreOptions.java
@@ -23,11 +23,11 @@
23
import java.util.*;
24
import com.google.flatbuffers.*;
25
26
-@SuppressWarnings("unused")
27
/**
28
* Options to open a store with. Set only the values you want; defaults are used otherwise.
29
* Reminder: enable "force defaults" in the FlatBuffers builder, e.g. to pass in booleans with value "false".
30
*/
+@SuppressWarnings("unused")
31
public final class FlatStoreOptions extends Table {
32
public static void ValidateVersion() { Constants.FLATBUFFERS_1_12_0(); }
33
public static FlatStoreOptions getRootAsFlatStoreOptions(ByteBuffer _bb) { return getRootAsFlatStoreOptions(_bb, new FlatStoreOptions()); }
0 commit comments