Skip to content
On this page
通用

ScriptEntrypoint

top.katton.apicommon/src/main/kotlin/top/katton/api/ScriptEntrypoint.kt
将一个顶层无参数函数标记为客户端脚本入口点。

ClientScriptEntrypoint

ClientScriptEntrypoint通用注解类
kotlin
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.FUNCTION)
annotation class ClientScriptEntrypoint

将一个顶层无参数函数标记为客户端脚本入口点。

ServerScriptEntrypoint

ServerScriptEntrypoint通用注解类
kotlin
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.FUNCTION)
annotation class ServerScriptEntrypoint

将一个顶层无参数函数标记为服务端脚本入口点。