ScriptingApiAccessible

annotation class ScriptingApiAccessible(readableBy: Array<ScriptingApiExposure>, settableBy: Array<ScriptingApiExposure>)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

readableBy
Link copied to clipboard
val readableBy: Array<ScriptingApiExposure>
settableBy
Link copied to clipboard
val settableBy: Array<ScriptingApiExposure>

Sources

jvm source
Link copied to clipboard