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

8 lines
168 B
Java
Raw Normal View History

2022-02-03 16:56:26 -05:00
package com.discord.rpc;
/**
* Marks an integer that will be re-interpreted natively as unsigned. Use Kotlin's unsigned types with these.
*/
@interface Unsigned {}