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 2c8804e commit 2e91a1fCopy full SHA for 2e91a1f
objectbox-java/src/main/java/io/objectbox/model/ValidateOnOpenMode.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2024 ObjectBox Ltd. All rights reserved.
+ * Copyright 2025 ObjectBox Ltd. All rights reserved.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -14,8 +14,9 @@
14
* limitations under the License.
15
*/
16
17
-// automatically generated by the FlatBuffers compiler, do not modify
18
-
+// WARNING: This file should not be re-generated. New generated versions of this
+// file have moved to the config package. This file is only kept and marked
19
+// deprecated to avoid breaking user code.
20
package io.objectbox.model;
21
22
/**
0 commit comments