Package ai.tock.bot.connector
Annotation ConnectorIdHandlers
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.CLASS}) public @interface ConnectorIdHandlers
Annotation used to annotate StoryHandlerDefinitionBase implementation, in order to provide ConnectorStoryHandler for each connector id. Used only by connector implementation.
-
-
Field Summary
Fields Modifier and Type Field Description private final Array<out ConnectorIdHandler>handlers
-