ExposedFunction

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

Annotation to mark functions as exposed for processing requests. Only functions annotated with @ExposedFunction can be invoked by processRequest.