Annotation Interface Unsigned
Marker annotation, indicating that the annotated integral value should be treated as Unsigned.
For example, if an int
is annotated with this annotation, you should use
Integer.toUnsignedString(int, int)
to get its string representation, and so on.