All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sxtanna.database.struct.obj.base.Unsigned.kt Maven / Gradle / Ivy

There is a newer version: 3.0-beta
Show newest version
package com.sxtanna.database.struct.obj.base

import kotlin.annotation.AnnotationRetention.RUNTIME
import kotlin.annotation.AnnotationTarget.FIELD
import kotlin.annotation.AnnotationTarget.PROPERTY

@Retention(RUNTIME)
@Target(PROPERTY, FIELD)
annotation class Unsigned




© 2015 - 2025 Weber Informatics LLC | Privacy Policy