Skip to content

Commit c437f5a

Browse files
committed
restore the javadoc
1 parent 8555e68 commit c437f5a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
/*
22
* Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
33
*/
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+
* <p>
16+
* The classes in this package and any sub-package are subject to
17+
* changes at any time for any reason.
18+
*/
419
package net.openhft.compiler.internal;

0 commit comments

Comments
 (0)