net.openhft.posix.internal.package-info Maven / Gradle / Ivy
/**
* This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
* Internal classes shall never be used directly.
*
* Specifically, the following actions (including, but not limited to) are not allowed
* on internal classes and packages:
*
* - Casting to
* - Reflection of any kind
* - Explicit Serialize/deserialize
*
*
* The classes in this package and any sub-package are subject to
* changes at any time for any reason.
*/
package net.openhft.posix.internal;