Package-level declarations

Annotations used in declaring a ksrpc service.

Types

Link copied to clipboard
annotation class KsMethod(val name: String)

Tags a method within a KsService for rpc calls.

Link copied to clipboard
annotation class KsService

Annotation tagging an interface for processing by the compiler plugin.