Package cn.nukkit.api

Annotation Interface Unsigned


@PowerNukkitOnly @Since("1.4.0.0-PN") @TypeQualifier(applicableTo=java.lang.Number.class) @Retention(CLASS) @Documented @Inherited public @interface Unsigned
Indicates that the number may be negative in raw form but must be treated as an unsigned value by considering the sign bit as part of the number.
Since:
2020-10-11
Author:
joserobjr