kotlin
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.FUNCTION)
annotation class ClientScriptEntrypointMarks a top-level no-argument function as a client-side script entrypoint.
