Skip to content

Commit 50fb788

Browse files
author
Alvin Reyes
committed
Fixed Annotated Example
1 parent d41e2a2 commit 50fb788

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/co/aurasphere/botmill/kik/annotation/AnnotatedDomain.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
*/
2626
package co.aurasphere.botmill.kik.annotation;
2727

28+
import co.aurasphere.botmill.core.annotation.Bot;
2829
import co.aurasphere.botmill.kik.KikBotMillContext;
2930
import co.aurasphere.botmill.kik.builder.ConfigurationBuilder;
3031
import co.aurasphere.botmill.kik.builder.KeyboardBuilder;
@@ -47,6 +48,7 @@
4748
/**
4849
* The Class AnnotatedDomain.
4950
*/
51+
@Bot
5052
public class AnnotatedDomain extends AbstractKikBot {
5153

5254
/**

0 commit comments

Comments
 (0)