InitRoute

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class InitRoute(source)

An annotation which identifies a function as one which will be called when a page is about to be rendered. The function should take an InitRouteContext as its only parameter.