aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/cc/polyfrost/oneconfig/internal/package-info.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/cc/polyfrost/oneconfig/internal/package-info.java b/src/main/java/cc/polyfrost/oneconfig/internal/package-info.java
new file mode 100644
index 0000000..4a8a6a5
--- /dev/null
+++ b/src/main/java/cc/polyfrost/oneconfig/internal/package-info.java
@@ -0,0 +1,6 @@
+/**
+ * The package where all internal OneConfig shenanigans go on.
+ * This package is hidden from devs and is subject to change at any time with no warning.
+ * <p><b>It is recommended you do not interact with this package in any way.</b></p>
+ */
+package cc.polyfrost.oneconfig.internal; \ No newline at end of file