@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface UnsignedJson
POJO fields which represent Snowflake IDs should be annotated with this to indicate that they should be
(de)serialized as unsigned longs. This maybe be applied to fields of types Long | PossibleLong | long[] |
Possible<long[]>.