MessageAnnotationFunctionCondition
class MessageAnnotationFunctionCondition(onMessageAnnotations: KClass<out Annotation>) : Function1<KFunction<*>, Boolean>
Condition that checks if a function should be included based on message annotations.
This condition checks for specific annotations or default function names to determine if a function should be processed as a message handler.