@ConnectorHandler("alexa") @Target([AnnotationTarget.CLASS]) annotation class AlexaHandler (source)
To specify ConnectorStoryHandler for Alexa connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinitionBase argument.
<init> |
To specify ConnectorStoryHandler for Alexa connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinitionBase argument. AlexaHandler(value: KClass<out ConnectorStoryHandler<*>>) |
value |
val value: KClass<out ConnectorStoryHandler<*>> |