Package io.kvision.annotations

Annotations for use with KVision compiler plugin.

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class KVBinding(method: Method, route: String)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class KVBindingMethod(method: Method)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class KVBindingRoute(route: String)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class KVService
Link copied to clipboard
enum Method : Enum<Method>