Skip to content

Commit 531fa28

Browse files
Tais993marko-radosavljevic
authored andcommitted
Mention of AbstractClass in the Command interface
1 parent 7d4530e commit 531fa28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • application/src/main/java/org/togetherjava/tjbot/commands

application/src/main/java/org/togetherjava/tjbot/commands/Command.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* The class all commands have to abstract. <br>
18+
* Instead of implementing this interface, you can also extend {@link org.togetherjava.tjbot.commands.example.AbstractCommand}.
19+
*
1820
* Look at {@link CommandExample} for an example. <br>
1921
* Or look at {@link SubCommandExample} for an example with subcommands.
2022
*

0 commit comments

Comments
 (0)