Package-level declarations

Types

Link copied to clipboard
annotation class CheckedTypeAnnotation(val checkFor: KClass<*> = CheckedTypeAnnotation::class)

Meta annotation. Used to perform annotation type-safety checks.

Link copied to clipboard

Every Rpc annotated interface will have a code generation process run on it, making the interface effectively usable for RPC calls.