discord-rpc-client/java/src/main/java/com/discord/rpc/Unsigned.java

8 lines
168 B
Java

package com.discord.rpc;
/**
* Marks an integer that will be re-interpreted natively as unsigned. Use Kotlin's unsigned types with these.
*/
@interface Unsigned {}