Location
@Target([AnnotationTarget.CLASS, AnnotationTarget.TYPEALIAS]) annotation class Location
Annotation for classes that will act as typed routes.
Constructors
Location(path: String) Annotation for classes that will act as typed routes. |
Properties
val path: String the route path, including class property names wrapped with curly braces. |