Skip to content

Commit f8206e8

Browse files
committed
Add internal package
1 parent 0c3efea commit f8206e8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
* <p>
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

Comments
 (0)