Location

annotation class Location(path: String)

Annotation for classes that will act as typed routes.

Constructors

Link copied to clipboard
fun Location(path: String)

Properties

Link copied to clipboard
val path: String

the route path, including class property names wrapped with curly braces.