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 0c3efea commit f8206e8Copy full SHA for f8206e8
src/main/java/net/openhft/compiler/internal/package-info.java
@@ -0,0 +1,16 @@
1
+/**
2
+ * This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
3
+ * Internal classes shall <em>never</em> be used directly.
4
+ * <p>
5
+ * Specifically, the following actions (including, but not limited to) are not allowed
6
+ * on internal classes and packages:
7
+ * <ul>
8
+ * <li>Casting to</li>
9
+ * <li>Reflection of any kind</li>
10
+ * <li>Explicit Serialize/deserialize</li>
11
+ * </ul>
12
13
+ * The classes in this package and any sub-package are subject to
14
+ * changes at any time for any reason.
15
+ */
16
+package net.openhft.compiler.internal;
0 commit comments