| Package | Description |
|---|---|
| net.openhft.chronicle.core | |
| net.openhft.chronicle.core.aegis | |
| net.openhft.chronicle.core.util |
| Class and Description |
|---|
NonNegative
@NonNegative declares that the annotated value must be zero or
positive. |
Positive
@Positive states that the annotated value must be greater than zero. |
| Class and Description |
|---|
Address
@Address declares that the annotated value represents a native
memory address or base pointer. |
NonNegative
@NonNegative declares that the annotated value must be zero or
positive. |
| Class and Description |
|---|
Java9
@Java9 marks a method that is only used when running on Java 9 or
later. |
SingleThreaded
@SingleThreaded documents that a class is not thread-safe and should
be used by one thread only. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.