Package ai.tock.bot.connector
Annotation ConnectorHandler
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS}) public @interface ConnectorHandler
Annotation used to annotate StoryHandlerDefinitionBase implementation, in order to provide ConnectorStoryHandler for each connector. Used only by connector implementation.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconnectorTypeId
-