commonMain.com.shakelang.util.jvmlib.infos.constants.ConstantUser.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jvmlib-jvm Show documentation
Show all versions of jvmlib-jvm Show documentation
A library for jvm stuff in java
The newest version!
package com.shakelang.util.jvmlib.infos.constants
interface ConstantUser {
val uses: Array
val users: Array get() = arrayOf(this)
}