InitApi

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

An annotation which identifies a function as one which will be called when the server starts up. The function should take an InitApiContext as its only parameter.