We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8555e68 commit c437f5aCopy full SHA for c437f5a
1 file changed
src/main/java/net/openhft/compiler/internal/package-info.java
@@ -1,4 +1,19 @@
1
/*
2
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
3
*/
4
+/**
5
+ * This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
6
+ * Internal classes shall <em>never</em> be used directly.
7
+ * <p>
8
+ * Specifically, the following actions (including, but not limited to) are not allowed
9
+ * on internal classes and packages:
10
+ * <ul>
11
+ * <li>Casting to</li>
12
+ * <li>Reflection of any kind</li>
13
+ * <li>Explicit Serialize/deserialize</li>
14
+ * </ul>
15
16
+ * The classes in this package and any sub-package are subject to
17
+ * changes at any time for any reason.
18
+ */
19
package net.openhft.compiler.internal;
0 commit comments